We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e0a1fb commit 9489585Copy full SHA for 9489585
src/util/json.h
@@ -274,7 +274,7 @@ class json_stringt:public jsont
274
{
275
}
276
277
-#ifndef USE_STD_STRING
+#ifdef USE_DSTRING
278
explicit json_stringt(const irep_idt &_value)
279
: jsont(kindt::J_STRING, id2string(_value))
280
unit/util/irep.cpp
@@ -22,7 +22,7 @@ SCENARIO("irept_memory", "[core][utils][irept]")
22
const std::size_t ref_count_size = 0;
23
#endif
24
25
26
const std::size_t data_size = sizeof(dstringt);
27
REQUIRE(sizeof(dstringt) == sizeof(unsigned));
28
#else
0 commit comments