diff --git a/test/static/concepts_test.cpp b/test/static/concepts_test.cpp index 44102368b..0b1a7babe 100644 --- a/test/static/concepts_test.cpp +++ b/test/static/concepts_test.cpp @@ -453,8 +453,13 @@ static_assert(detail::Scalar>); static_assert(detail::Scalar>); static_assert(!detail::Scalar>); static_assert(!detail::Scalar>); -// TODO it would be make the below work -static_assert(!detail::Scalar>); -static_assert(!detail::Scalar>); +static_assert(detail::Scalar>); +static_assert(detail::Scalar>); +// TODO provide support for the below when quantity specifications expressions are done +// static_assert(detail::Vector>); +#if MP_UNITS_HOSTED +// static_assert(detail::Vector>>); +// static_assert(detail::Complex, std::complex>); +#endif } // namespace