Home
last modified time | relevance | path

Searched refs:constJ (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/src/
H A Dunit-diagnostics.cpp194 auto const& constJ = j; variable
195 CHECK_THROWS_WITH_AS(constJ["one"].at(0), "[json.exception.type_error.304] (/one) cannot use at() with number", json::type_error);
210 auto const& constJ = j; variable
211 CHECK_THROWS_WITH_AS(constJ["one"].at(0), "[json.exception.type_error.304] (/one) cannot use at() with number", json::type_error);

Completed in 1 milliseconds