Home
last modified time | relevance | path

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

/dports/devel/nlohmann-json/json-3.10.4/test/src/
H A Dunit-diagnostics.cpp202 auto const& constJ = j; variable
203 …CHECK_THROWS_WITH_AS(constJ["one"].at(0), "[json.exception.type_error.304] (/one) cannot use at() …
218 auto const& constJ = j; variable
219 …CHECK_THROWS_WITH_AS(constJ["one"].at(0), "[json.exception.type_error.304] (/one) cannot use at() …