trying to memory>struct a non-struct class is feptastic

db4
Joe Groff 2009-08-26 19:09:38 -05:00
parent 49d123aa84
commit 9eb4ce2791
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ M: struct-array byte-length [ length>> ] [ element-size>> ] bi * ;
[ element-size>> * ] [ underlying>> ] bi <displaced-alien> ; inline
M: struct-array nth-unsafe
[ (nth-ptr) ] [ class>> ] bi [ memory>struct ] when* ; inline
[ (nth-ptr) ] [ class>> struct-class? ] bi [ memory>struct ] when* ; inline
M: struct-array set-nth-unsafe
[ (nth-ptr) swap ] [ element-size>> ] bi memcpy ;