diff --git a/test/static/quantity_test.cpp b/test/static/quantity_test.cpp index 9d93cfe5..3beeea07 100644 --- a/test/static/quantity_test.cpp +++ b/test/static/quantity_test.cpp @@ -355,7 +355,8 @@ static_assert(quantity{123}.quantity_spec == kind_of); #if MP_UNITS_HOSTED using namespace std::chrono_literals; static_assert(std::is_same_v); -static_assert(std::is_same_v); +//return type for "s" is not specified. is double for msvc +//static_assert(std::is_same_v); static_assert(quantity{24h}.unit == si::hour); static_assert(quantity{24h}.quantity_spec == kind_of); #endif