kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
398 stars 65 forks source link

Fix gcc12 and gcc13 warning. #351

Closed rasolca closed 2 months ago

rasolca commented 2 months ago

Fixes the following warning when using -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){};
      |                                                                                             ^
      |                                                                                             -