diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-01-03 12:23:32 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-01-05 10:23:35 +0000 |
commit | 9f3eb93e72703f6ea30aa27d0b6fc6db62cb4a04 (patch) | |
tree | 520d81b7d4b815728235b4a7bd4c96231d69a2e3 /gcc | |
parent | b8faf1fca42a9b987fec0992ca5d63995b2640b3 (diff) | |
download | gcc-9f3eb93e72703f6ea30aa27d0b6fc6db62cb4a04.zip gcc-9f3eb93e72703f6ea30aa27d0b6fc6db62cb4a04.tar.gz gcc-9f3eb93e72703f6ea30aa27d0b6fc6db62cb4a04.tar.bz2 |
libstdc++: Use if-constexpr in std::__try_use_facet [PR113099]
As noted in the PR, we can use if-constexpr for the explicit
instantantiation definitions that are compiled with -std=gnu++11. We
just need to disable the -Wc++17-extensions diagnostics.
libstdc++-v3/ChangeLog:
PR libstdc++/113099
* include/bits/locale_classes.tcc (__try_use_facet): Use
if-constexpr for C++11 and up.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions