libstdc++: Use non-debug vector in constexpr test [PR104748]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 3 Mar 2022 22:28:48 +0000 (22:28 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 3 Mar 2022 22:28:48 +0000 (22:28 +0000)
commit5706a5db88a0eeaf82071debe1364f4533896a65
tree672cbf958b9a0b77482846b5e817a706e2d1043c
parent64cdf49962996747b4c5687a705551d5fc61fac8
libstdc++: Use non-debug vector in constexpr test [PR104748]

The std::__debug::vector isn't usable in constant expressions, so this
test fails in debug mode. Until the debug vector is fixed we can just
make the test use the non-debug one.

libstdc++-v3/ChangeLog:

PR libstdc++/104748
* testsuite/std/ranges/adaptors/all.cc: Use non-debug vector for
constexpr test.
libstdc++-v3/testsuite/std/ranges/adaptors/all.cc