You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
/mypath/externals/mdspan/include/experimental/../mdspan/../experimental/__p0009_bits/dynamic_extent.hpp", line 29: warning: using-declaration ignored -- it refers to the current namespace [useless_using_declaration] using std::dynamic_extent; ^Remark: individual warnings can be suppressed with "--diag_suppress <warning-name>"
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: