anthem/src/anthem
Patrick Lühne 22238bb398
Switch to C++17
With C++17, optionals, an experimental language feature, were moved to
the “std” namespace. This makes C++17 mandatory and drops the now
obsolete “experimental” namespace.
2018-03-24 16:09:52 +01:00
..
output Refactored error handling. 2017-05-31 18:03:19 +02:00
ASTCopy.cpp Added back completion support. 2017-06-01 02:37:45 +02:00
ASTUtils.cpp Switch to C++17 2018-03-24 16:09:52 +01:00
Completion.cpp Implemented #show statements for completed output. 2017-06-05 03:02:22 +02:00
HiddenPredicateElimination.cpp Corrected hiding predicates that are simple propositions. 2017-06-12 15:40:02 +02:00
Simplification.cpp Switch to C++17 2018-03-24 16:09:52 +01:00
Translation.cpp Correctly implemented hiding predicates with nested arguments. 2017-06-12 02:25:04 +02:00