2
0
mirror of https://github.com/boostorg/json.git synced 2026-02-02 08:52:13 +00:00
This commit is contained in:
Vinnie Falco
2019-11-11 16:06:03 -08:00
parent 40a16c9380
commit 68f3df0403
26 changed files with 758 additions and 602 deletions

View File

@@ -513,10 +513,6 @@ public:
void
run() override
{
log <<
"sizeof(basic_parser) == " <<
sizeof(basic_parser) << "\n";
testObject();
testArray();
testString();