diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-10-17 09:38:02 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-10-17 09:39:37 +0100 |
commit | 0f4815502d8dac07579dc7a5a40c597a18291b4c (patch) | |
tree | f9e7af88dc5698f7509fa42223bc9ca3522cf144 /libstdc++-v3/include/std/version | |
parent | 59af5e0bdadb1e47cb7f727bc608b2814e48fe27 (diff) | |
download | gcc-0f4815502d8dac07579dc7a5a40c597a18291b4c.zip gcc-0f4815502d8dac07579dc7a5a40c597a18291b4c.tar.gz gcc-0f4815502d8dac07579dc7a5a40c597a18291b4c.tar.bz2 |
libstdc++: Fix value of __cpp_lib_constexpr_charconv
libstdc++-v3/ChangeLog:
* include/std/charconv (__cpp_lib_constexpr_charconv): Define to
correct value.
* include/std/version (__cpp_lib_constexpr_charconv): Likewise.
* testsuite/20_util/to_chars/constexpr.cc: Check correct value.
* testsuite/20_util/to_chars/version.cc: Likewise.
Diffstat (limited to 'libstdc++-v3/include/std/version')
-rw-r--r-- | libstdc++-v3/include/std/version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/version b/libstdc++-v3/include/std/version index bec9e7a..3c7c440 100644 --- a/libstdc++-v3/include/std/version +++ b/libstdc++-v3/include/std/version @@ -302,7 +302,7 @@ #if __cplusplus > 202002L // c++23 #define __cpp_lib_byteswap 202110L -#define __cpp_lib_constexpr_charconv 202202L +#define __cpp_lib_constexpr_charconv 202207L #define __cpp_lib_constexpr_typeinfo 202106L #if __cpp_concepts >= 202002L # define __cpp_lib_expected 202202L |