Home
last modified time | relevance | path

Searched defs:JSON_ASSERT (Results 1 – 1 of 1) sorted by relevance

/external/jsoncpp/include/json/
Dassertions.h16 #define JSON_ASSERT( condition ) assert( condition ); // @todo <= change this into an exception th… macro
19 #define JSON_ASSERT( condition ) assert( condition ); macro