Open weilewei opened 12 months ago
I'll take a look at it, the fix in mdspan seems pretty straightforward
@weilewei can you give the compiler version, C++ standard you are building on, and standard library (libstdc++, libc++) you are using?
@nmm0, I am using nvc++ 23.7, C++ standard 23, libstdc++.so.6.0.30, libc-2.31.so. (there is no libc++ in my ldd)
Hello,
I encountered this warning when I include
#include <experimental/mdspan>
. I wonder if we do not suppress warning on my project, can we have a fix on mdspan repo? Or any suggestions are appreciated. Thanks.