diff --git a/test/unit_test/test_quantity.cpp b/test/unit_test/test_quantity.cpp index fb8e88a5..19c99b66 100644 --- a/test/unit_test/test_quantity.cpp +++ b/test/unit_test/test_quantity.cpp @@ -63,7 +63,7 @@ namespace units { namespace std { template - struct common_type, my_value> : common_type { + struct common_type, my_value> : std::type_identity>> { }; template