summaryrefslogtreecommitdiff
path: root/src/util/index.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/index.cpp')
-rw-r--r--src/util/index.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/index.cpp b/src/util/index.cpp
index 7c9f3c57f..ffb49f943 100644
--- a/src/util/index.cpp
+++ b/src/util/index.cpp
@@ -19,7 +19,7 @@
#include <limits>
-namespace CVC5 {
+namespace cvc5 {
static_assert(sizeof(Index) <= sizeof(size_t),
"Index cannot be larger than size_t");
@@ -34,4 +34,4 @@ static_assert(!std::numeric_limits<Index>::is_signed,
* (Limited testing suggests a ~1/16 of running time.) Interestingly,
* uint_fast32_t also has a sizeof == 8 on x86_64.
*/
-} // namespace CVC5
+} // namespace cvc5
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback