From c57142c18a2dc7d22d401330085ea3abe45fa9d4 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 14 Jul 2024 22:22:39 +0200 Subject: [PATCH] fix: `common_type_t` with `std::chrono::seconds` unit test removed --- test/static/quantity_test.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/static/quantity_test.cpp b/test/static/quantity_test.cpp index 2a91ffd7f..56fd42613 100644 --- a/test/static/quantity_test.cpp +++ b/test/static/quantity_test.cpp @@ -983,10 +983,6 @@ static_assert(is_same_v(isq::len quantity>, quantity>); -#if MP_UNITS_HOSTED -static_assert(is_same_v, std::chrono::seconds>, std::chrono::seconds>); -#endif - static_assert(is_same_v, int>, quantity>); static_assert(is_same_v, double>, quantity>); static_assert(is_same_v, int>, quantity>);