2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

array work

This commit is contained in:
Vinnie Falco
2019-09-29 18:53:17 -07:00
parent 5c1b523702
commit 5f25cdff99
29 changed files with 2587 additions and 927 deletions

View File

@@ -38,7 +38,7 @@ public:
//obj1 = obj;
break;
}
catch(std::bad_alloc const&)
catch(test_failure const&)
{
}
}
@@ -54,7 +54,7 @@ public:
}
};
BEAST_DEFINE_TESTSUITE(beast,json,string);
BEAST_DEFINE_TESTSUITE(boost,json,string);
} // json
} // boost