We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7818cad commit 58bd93eCopy full SHA for 58bd93e
src/util/irep_ids.cpp
@@ -45,7 +45,7 @@ enum class idt:unsigned
45
#else
46
47
#define IREP_ID_ONE(the_id) const std::string ID_##the_id(#the_id);
48
-#define IREP_ID_TWO(the_id, str) const std::string ID_##the_id(#the_id);
+# define IREP_ID_TWO(the_id, str) const std::string ID_##the_id(# str);
49
50
#endif
51
0 commit comments