]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Update value of __cpp_lib_ios_noreplace macro
authorJonathan Wakely <jwakely@redhat.com>
Thu, 4 Aug 2022 09:18:23 +0000 (10:18 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 4 Aug 2022 12:10:24 +0000 (13:10 +0100)
commit3e9bd6b2b1782891639fa5d49b7d2a933b8e85cd
tree07633a0636750b9375ac266ec0c12481ba4d5089
parentaf98cb88eb4be6a1668ddf966e975149bf8610b1
libstdc++: Update value of __cpp_lib_ios_noreplace macro

My P2467R1 proposal was accepted for C++23 so there's an official value
for this macro now.

libstdc++-v3/ChangeLog:

* include/bits/ios_base.h (__cpp_lib_ios_noreplace): Update
value to 202207L.
* include/std/version (__cpp_lib_ios_noreplace): Likewise.
* testsuite/27_io/basic_ofstream/open/char/noreplace.cc: Check
for new value.
* testsuite/27_io/basic_ofstream/open/wchar_t/noreplace.cc:
Likewise.
libstdc++-v3/include/bits/ios_base.h
libstdc++-v3/include/std/version
libstdc++-v3/testsuite/27_io/basic_ofstream/open/char/noreplace.cc
libstdc++-v3/testsuite/27_io/basic_ofstream/open/wchar_t/noreplace.cc