Closed rasolca closed 4 months ago
Fixes the following warning when using -pedantic
-pedantic
mdspan/tests/libcxx-backports/mdspan/CustomTestAccessors.h:54:93: error: extra ';' [-Werror=pedantic] 54 | constexpr move_counted_handle(const move_counted_handle<OtherT>& other) : ptr(other.ptr){}; | ^ | -
Fixes the following warning when using
-pedantic