Avoid gcc/10.1.0 bug by moving some configuration into a namespace
authorMatthew Sotoudeh <masotoudeh@ucdavis.edu>
Mon, 10 Jan 2022 18:29:10 +0000 (10:29 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Jan 2022 18:29:10 +0000 (10:29 -0800)
commit966407c1490695bdac2a4d95397625adbcce433a
treedcaaabecec31ebd24ce10dcdba9fb25ddeeb24de
parent8c18b3962679ead1c66cfa8118ec93176d8860b6
Avoid gcc/10.1.0 bug by moving some configuration into a namespace

Eventually there is intention to move all of cvc5::Configuration into
cvc5::configuration, this is a first step that also has the nice side-effect of
letting it build under an otherwise-buggy version of gcc/10.1.0 that was
causing issues.

Signed-off-by: Matthew Sotoudeh <sotoudeh@stanford.edu>
src/api/cpp/cvc5.cpp
src/base/configuration.h
src/options/options_handler.cpp
src/util/statistics_registry.cpp
src/util/statistics_registry.h
src/util/statistics_stats.cpp
src/util/statistics_stats.h