We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a7438 commit 401e982Copy full SHA for 401e982
src/test_lib_json/main.cpp
@@ -1543,7 +1543,7 @@ JSONTEST_FIXTURE(ValueTest, StaticString) {
1543
1544
JSONTEST_FIXTURE(ValueTest, CommentBefore) {
1545
Json::Value val; // fill val
1546
- val.setComment("// this comment should appear before", Json::CommentPlacement::commentBefore);
+ val.setComment("// this comment should appear before", Json::commentBefore);
1547
Json::StreamWriterBuilder wbuilder;
1548
wbuilder.settings_["commentStyle"] = "All";
1549
{
0 commit comments