This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a46a48ebc7 bitint: Fix bitfield loads in handle_cast [PR114433] new f4605c53ea2 libstdc++: Use std::type_identity_t in <string_view> as per [...] new 3763fb8970d libstdc++: Add __is_in_place_index_v helper and use it in < [...] new 543585046d1 libstdc++: Disable std::formatter specializations (LWG 3944)
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/include/bits/utility.h | 6 +++++ libstdc++-v3/include/std/format | 23 ++++++++++++++++ libstdc++-v3/include/std/string_view | 12 +++++++-- libstdc++-v3/include/std/variant | 3 ++- .../testsuite/std/format/formatter/lwg3944.cc | 31 ++++++++++++++++++++++ 5 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/format/formatter/lwg3944.cc