kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
401 stars 66 forks source link

missing qualifiers for `enable_if_t` and `is_empty_v` #270

Closed nmm0 closed 1 year ago

nmm0 commented 1 year ago

When switching over namespaces, we missed the std:: qualifier for enable_if_t and is_empty_v in compressed_pair.

I suppose we don't test that code?