From a1466978fbc328507406d4a121dab4d1a1047e1d Mon Sep 17 00:00:00 2001 From: Aina Niemetz Date: Wed, 31 Mar 2021 15:23:17 -0700 Subject: Rename namespace CVC4 to CVC5. (#6249) --- src/util/stats_timer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/stats_timer.h') diff --git a/src/util/stats_timer.h b/src/util/stats_timer.h index 36e254795..40df52ade 100644 --- a/src/util/stats_timer.h +++ b/src/util/stats_timer.h @@ -24,7 +24,7 @@ #include "cvc4_export.h" #include "util/stats_base.h" -namespace CVC4 { +namespace CVC5 { namespace timer_stat_detail { using clock = std::chrono::steady_clock; using time_point = clock::time_point; @@ -46,7 +46,7 @@ class CodeTimer; class CVC4_EXPORT TimerStat : public BackedStat { public: - typedef CVC4::CodeTimer CodeTimer; + typedef CVC5::CodeTimer CodeTimer; /** * Construct a timer statistic with the given name. Newly-constructed @@ -108,6 +108,6 @@ private: CodeTimer& operator=(const CodeTimer& timer) = delete; }; /* class CodeTimer */ -} // namespace CVC4 +} // namespace CVC5 #endif -- cgit v1.2.3