1 // { dg-do compile { target c++20 } }
6 void f(std::span
<const int> s
)
8 std::as_writable_bytes(s
); // { dg-error "no matching function" }
11 void f1(std::span
<const int, 1> s
)
13 std::as_writable_bytes(s
); // { dg-error "no matching function" }