diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2024-03-21 11:15:06 +0000 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2024-03-23 11:07:57 +0000 |
commit | 543585046d17add37c0108b06d2884d0e03cedde (patch) | |
tree | 834ee3ae39143ee53af82e424d13d02a0603b654 /libgcc | |
parent | 3763fb8970d7515a4a3be2152604140965303031 (diff) | |
download | gcc-543585046d17add37c0108b06d2884d0e03cedde.zip gcc-543585046d17add37c0108b06d2884d0e03cedde.tar.gz gcc-543585046d17add37c0108b06d2884d0e03cedde.tar.bz2 |
libstdc++: Disable std::formatter specializations (LWG 3944)
This was just approved in Tokyo as a DR for C++23. It doesn't affect us
yet, because we don't implement the __cpp_lib_format_ranges features. We
can add the disabled specializations and add a testcase now though.
libstdc++-v3/ChangeLog:
* include/std/format (formatter): Disable specializations that
would allow sequences of narrow characters to be formatted as
wchar_t without conversion, as per LWG 3944.
* testsuite/std/format/formatter/lwg3944.cc: New test.
Diffstat (limited to 'libgcc')
0 files changed, 0 insertions, 0 deletions