ChangeLog
307 KB
-
libstdc++: Fix bug in std::span test · 5a784d35
The previous commit fixed the std::span constructors from const arrays, revealing a bug in this test. * testsuite/23_containers/span/lwg3255.cc: Fix test. Constructing a span of non-const elements should not be possible from a const array or an array of const elements. From-SVN: r279001
Jonathan Wakely committed