- memory footprint of Json::Value is back to 16 bytes on WIN32.
(using bool allocated_:1 caused the compiler not to merge the attribute with the previous bitfield. Switched to int type to fix the problem).
Authored by: blep 2006-06-18
Parent: [r16]
Child: [r18]