g++-10 gives a -Werror=logical-not-parentheses error at line 534 in layout_stride.hpp:
.../mdspan-src/include/experimental/__p0009_bits/layout_stride.hpp:534:16: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses]
534 | return !x==y;
| ^~
.../mdspan-src/include/experimental/__p0009_bits/layout_stride.hpp:534:14: note: add parentheses around left hand side expression to silence this warning
534 | return !x==y;
| ^~
| ( )
g++-10 gives a -Werror=logical-not-parentheses error at line 534 in layout_stride.hpp: