]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Use no_stdname for make_obj_using_allocator feature test macro
authorJonathan Wakely <jwakely@redhat.com>
Tue, 29 Apr 2025 18:51:21 +0000 (19:51 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 29 Apr 2025 18:54:35 +0000 (19:54 +0100)
This is a non-standard feature test macro only used internally, so use
the new no_stdname property for it.

libstdc++-v3/ChangeLog:

* include/bits/version.def (make_obj_using_allocator): Use
no_stdname.
* include/bits/version.h: Regenerate.

libstdc++-v3/include/bits/version.def
libstdc++-v3/include/bits/version.h

index 737b3f421bf742cc9eb7074025a2d6f66472136b..282667eabda61f01a80888b749ce81a0148769c1 100644 (file)
@@ -959,6 +959,7 @@ ftms = {
 
 ftms = {
   name = make_obj_using_allocator;
+  no_stdname = true;
   values = {
     // Not specified by C++20, used internally
     v = 201811;
index 59ff0cee0436d9234e45b21f5b9ce07cc99897fe..bb7c0479c7235db0a810526ef43a1e7cb240a923 100644 (file)
 # if (__cplusplus >= 202002L) && (__cpp_concepts)
 #  define __glibcxx_make_obj_using_allocator 201811L
 #  if defined(__glibcxx_want_all) || defined(__glibcxx_want_make_obj_using_allocator)
-#   define __cpp_lib_make_obj_using_allocator 201811L
 #  endif
 # endif
 #endif /* !defined(__cpp_lib_make_obj_using_allocator) && defined(__glibcxx_want_make_obj_using_allocator) */