mirror of
https://github.com/boostorg/json.git
synced 2026-02-12 12:12:15 +00:00
shrink sizeof(value)
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
void
|
||||
testStorage()
|
||||
{
|
||||
parse(
|
||||
auto jv = parse(
|
||||
R"xx({
|
||||
"glossary": {
|
||||
"title": "example glossary",
|
||||
@@ -44,7 +44,8 @@ R"xx({
|
||||
}
|
||||
}
|
||||
}
|
||||
})xx", make_storage<block_storage>());
|
||||
})xx"
|
||||
, make_storage<block_storage>());
|
||||
pass();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user