@ -258,9 +258,9 @@ namespace json
INIT(boolean_, false);
INIT(number_, 0.0);
#ifdef PICOJSON_USE_INT64
INIT(int64_, 0);
#endif
INIT(int32_, 0);
INIT(uint32_, 0);
INIT(uint16_, 0);
Powered by TurnKey Linux.