- File:
-
- 1 edited
-
src/ResolvExpr/ResolveAssertions.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ResolveAssertions.cc
r99d4584 rd76c588 365 365 // fail early if any assertion is not resolvable 366 366 if ( ! resolveAssertion( assn, resn ) ) { 367 Indenter tabs{ 3 };367 Indenter tabs{ Indenter::tabsize, 3 }; 368 368 std::ostringstream ss; 369 369 ss << tabs << "Unsatisfiable alternative:\n"; … … 391 391 // fail early if no mutually-compatible assertion satisfaction 392 392 if ( compatible.empty() ) { 393 Indenter tabs{ 3 };393 Indenter tabs{ Indenter::tabsize, 3 }; 394 394 std::ostringstream ss; 395 395 ss << tabs << "Unsatisfiable alternative:\n";
Note:
See TracChangeset
for help on using the changeset viewer.