libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value
authorJonathan Wakely <jwakely@redhat.com>
Mon, 4 Oct 2021 19:16:47 +0000 (20:16 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 5 Oct 2021 08:35:46 +0000 (09:35 +0100)
commit9e136807c5b5476ed02a2a40a14fe0df3c0f4f18
tree14dd1d079fa3022fe7c64f24211f5d6446901fed
parentbbdf2d3967366db0148dc454172f594a951dbb8b
libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value

I started implementing this feature before it was voted into the C++ WP,
and forgot to update the feature test macro after it was approved.

This defines it to the correct value, as specified in the C++23 draft.

libstdc++-v3/ChangeLog:

* include/bits/stl_queue.h
(__cpp_lib_adaptor_iterator_pair_constructor): Set to correct
value.
* include/bits/stl_stack.h
(__cpp_lib_adaptor_iterator_pair_constructor): Likewise.
* include/std/version
(__cpp_lib_adaptor_iterator_pair_constructor): Likewise.
* testsuite/23_containers/queue/cons_from_iters.cc: Update
expected value.
* testsuite/23_containers/stack/cons_from_iters.cc: Likewise.
libstdc++-v3/include/bits/stl_queue.h
libstdc++-v3/include/bits/stl_stack.h
libstdc++-v3/include/std/version
libstdc++-v3/testsuite/23_containers/queue/cons_from_iters.cc
libstdc++-v3/testsuite/23_containers/stack/cons_from_iters.cc