Skip to content

Commit ad7902a

Browse files
author
Daniel Kroening
authored
Merge pull request #2811 from sonodtt/invariant-docs-change
Fix docs for data invariant & remove tuple header
2 parents 1273eac + e37e9b8 commit ad7902a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/util/invariant.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Author: Martin Brain, [email protected]
1212
#include <cstdlib>
1313
#include <stdexcept>
1414
#include <string>
15-
#include <tuple>
1615
#include <type_traits>
1716

1817
/*
@@ -376,7 +375,7 @@ invariant_violated_string(
376375

377376
// This condition should be used to document that assumptions that are
378377
// made on goto_functions, goto_programs, exprts, etc. being well formed.
379-
// "The data structure is corrupt or malformed"
378+
// "The data structure is not corrupt or malformed"
380379
#define DATA_INVARIANT2(CONDITION, REASON) INVARIANT2(CONDITION, REASON)
381380
#define DATA_INVARIANT3(CONDITION, REASON, DIAGNOSTICS) \
382381
INVARIANT3(CONDITION, REASON, DIAGNOSTICS)

0 commit comments

Comments
 (0)