From 826a7d3d19d3ebf04e21d6f1c89eb341a36fb5d1 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 21 May 2024 13:16:33 +0100 Subject: c++: Fix std dialect hint for std::to_address [PR107800] The correct dialect for std::to_address is cxx20 not cxx11. gcc/cp/ChangeLog: PR libstdc++/107800 * cxxapi-data.csv : Change dialect to cxx20. * std-name-hint.gperf: Regenerate. * std-name-hint.h: Regenerate. --- gcc/cp/std-name-hint.gperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cp/std-name-hint.gperf') diff --git a/gcc/cp/std-name-hint.gperf b/gcc/cp/std-name-hint.gperf index b26bc69..4fb23da 100644 --- a/gcc/cp/std-name-hint.gperf +++ b/gcc/cp/std-name-hint.gperf @@ -220,7 +220,7 @@ pointer_traits, "", cxx11 reinterpret_pointer_cast, "", cxx17 shared_ptr, "", cxx11 static_pointer_cast, "", cxx11 -to_address, "", cxx11 +to_address, "", cxx20 uninitialized_construct_using_allocator, "", cxx20 unique_ptr, "", cxx11 uses_allocator, "", cxx11 -- cgit v1.1