summaryrefslogtreecommitdiff
path: root/src/theory/theory_traits_template.h
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2021-04-01 09:56:14 -0700
committerGitHub <noreply@github.com>2021-04-01 16:56:14 +0000
commit05a53a2ac405bcd18a84024247145f161809c3b0 (patch)
tree34241c0a82f79d717ddbfbb0c294f9a09c7edb0c /src/theory/theory_traits_template.h
parentafaf4413775ff7d6054a5893f1397ad908e0773c (diff)
Rename namespace CVC5 to cvc5. (#6258)
Diffstat (limited to 'src/theory/theory_traits_template.h')
-rw-r--r--src/theory/theory_traits_template.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/theory_traits_template.h b/src/theory/theory_traits_template.h
index e30507cf8..f7ec9aac2 100644
--- a/src/theory/theory_traits_template.h
+++ b/src/theory/theory_traits_template.h
@@ -26,7 +26,7 @@
${theory_includes}
-namespace CVC5 {
+namespace cvc5 {
namespace theory {
template <TheoryId theoryId>
@@ -43,7 +43,7 @@ ${theory_constructors}
default: Unhandled() << id;
}
}
-}; /* struct CVC5::theory::TheoryConstructor */
+}; /* struct cvc5::theory::TheoryConstructor */
} // namespace theory
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback