From 2f70fe35491c2687430e49e0f9836a89f6ea31cd Mon Sep 17 00:00:00 2001 From: Kris Jusiak Date: Tue, 15 Oct 2024 02:15:55 +0100 Subject: [PATCH] :arrow_up: v2.1.4 --- ut | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ut b/ut index f56dda2..45bd97c 100644 --- a/ut +++ b/ut @@ -310,7 +310,7 @@ time $CXX -x c++ -std=c++20 ut -c # 0.049s [ut]: time $CXX benchmark.cpp -std=c++20 # 0m0.813s [ut]: time $CXX benchmark.cpp -std=c++20 -DNTEST # 0m0.758s ------------------------------------------------------------------------- -[ut] https://github.com/qlibs/ut/releases/tag/v2.1.3 +[ut] https://github.com/qlibs/ut/releases/tag/v2.1.4 ``` @@ -641,7 +641,7 @@ UT_FILTER // If env is set only tests which match extern "C" char *getenv(const char *) throw(); -namespace ut::inline v2_1_3 { +namespace ut::inline v2_1_4 { namespace type_traits { template inline constexpr auto is_same_v = false; template inline constexpr auto is_same_v = true; @@ -831,7 +831,7 @@ template class basic_ostream; extern basic_ostream> clog; // only used if defined } // namespace std -namespace ut::inline v2_1_3 { +namespace ut::inline v2_1_4 { namespace detail { struct stream { friend constexpr decltype(auto) operator<<([[maybe_unused]] auto& os, [[maybe_unused]] const auto& t) {