I found as_restore bug, again.
Revision
r604
Compiler
MSVC8
script code
class HogeManager{ HogeManager() { array< Hoge >@ hogeArray; }};class Hoge {};
When my application save and load byte code with this code, assertion failed.
Message
Assertion failed: ot, file ..\..\source\as_restore.cpp, line 1299
Please investigate.