kokkos / mdspan

Reference implementation of mdspan targeting C++23
Other
417 stars 69 forks source link

restrict_accessor missing include #174

Closed jacobmerson closed 2 years ago

jacobmerson commented 2 years ago

g++ 11.2.0 requires to be included in restrict_accessor

mhoemmen commented 2 years ago

@jacobmerson nice catch, thank you!!!