We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d22fb commit d723266Copy full SHA for d723266
src/util/invariant.h
@@ -12,7 +12,6 @@ Author: Martin Brain, martin.brain@diffblue.com
12
#include <cstdlib>
13
#include <stdexcept>
14
#include <string>
15
-#include <tuple>
16
#include <type_traits>
17
18
/*
@@ -376,7 +375,7 @@ invariant_violated_string(
376
375
377
// This condition should be used to document that assumptions that are
378
// made on goto_functions, goto_programs, exprts, etc. being well formed.
379
-// "The data structure is corrupt or malformed"
+// "The data structure is not corrupt or malformed"
380
#define DATA_INVARIANT2(CONDITION, REASON) INVARIANT2(CONDITION, REASON)
381
#define DATA_INVARIANT3(CONDITION, REASON, DIAGNOSTICS) \
382
INVARIANT3(CONDITION, REASON, DIAGNOSTICS)
0 commit comments