Use C++17 attributes (#7154)
authorAndres Noetzli <andres.noetzli@gmail.com>
Fri, 10 Sep 2021 02:58:42 +0000 (19:58 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 02:58:42 +0000 (02:58 +0000)
commit6255b7045c9e21066eb48cead218e44f7add5826
tree9be8240f0ce11022100072bb6fb46c61ff448420
parent5369982ff5c493f72e6f8309d8be632866314805
Use C++17 attributes (#7154)

Currently, we are using non-standard attributes. With C++17, all the
attributes that we use regularly are now standardized. This commit
replaces the compiler-specific attributes with standard ones.
src/base/check.h
src/base/output.h
src/include/cvc5_public.h
src/preprocessing/util/ite_utilities.cpp
src/smt_util/boolean_simplification.h
src/theory/booleans/circuit_propagator.h
src/theory/quantifiers/term_tuple_enumerator.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/valuation.h
test/unit/theory/theory_white.cpp