summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/version
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2022-08-04 10:18:23 +0100
committerJonathan Wakely <jwakely@redhat.com>2022-08-05 13:32:02 +0100
commit3a9dcef5c195c053cba0103fe3e60fab1b8905df (patch)
treecc75edbaa191cccdb3931e64988d2ab231b713c4 /libstdc++-v3/include/std/version
parent99679c0ff73a1e60963c57758836e6d7feca311d (diff)
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. (cherry picked from commit 3e9bd6b2b1782891639fa5d49b7d2a933b8e85cd)
Diffstat (limited to 'libstdc++-v3/include/std/version')
-rw-r--r--libstdc++-v3/include/std/version2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/version b/libstdc++-v3/include/std/version
index 22280e1a349..dcc5008d8a5 100644
--- a/libstdc++-v3/include/std/version
+++ b/libstdc++-v3/include/std/version
@@ -315,7 +315,7 @@
# define __cpp_lib_expected 202202L
#endif
#define __cpp_lib_invoke_r 202106L
-#define __cpp_lib_ios_noreplace 202200L
+#define __cpp_lib_ios_noreplace 202207L
#if __cpp_lib_concepts
# undef __cpp_lib_optional
# define __cpp_lib_optional 202110L