From 0653a2dbf70dda6d3a4a4a29d892a32d6a4a09a7 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 12 Jul 2024 18:46:26 +0200 Subject: [PATCH] fix: non-portable unit test removed --- test/static/unit_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/static/unit_test.cpp b/test/static/unit_test.cpp index 1bf56439..11b34865 100644 --- a/test/static/unit_test.cpp +++ b/test/static/unit_test.cpp @@ -210,7 +210,6 @@ static_assert(kilojoule.symbol == "kJ"); static_assert(is_of_type, si::kilo_>); static_assert(is_of_type, si::kilo_>); -static_assert(is_of_type, metre_>>); // !!! static_assert( is_of_type)>, per>>); // !!!