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

shrink sizeof(value)

This commit is contained in:
Vinnie Falco
2019-11-13 07:03:22 -08:00
parent 05d040d2d9
commit 8941a77f11
16 changed files with 527 additions and 399 deletions

View File

@@ -108,6 +108,7 @@ public:
{
string s(string(t.v1), 1, 3);
BEAST_EXPECT(s.size() == 3);
BEAST_EXPECT(s == "bcd");
}