aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2025-04-29 19:51:21 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2025-04-29 19:54:35 +0100
commit100efce7ec0fb33f355d67d5544da02e6909afbf (patch)
treee9576693f8a100be8b63d48cc79fc23cd7364c4f
parent52e2bcbd936ed7cc567fe086480076547d2df6b5 (diff)
downloadgcc-100efce7ec0fb33f355d67d5544da02e6909afbf.zip
gcc-100efce7ec0fb33f355d67d5544da02e6909afbf.tar.gz
gcc-100efce7ec0fb33f355d67d5544da02e6909afbf.tar.bz2
libstdc++: Use no_stdname for make_obj_using_allocator feature test macro
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.
-rw-r--r--libstdc++-v3/include/bits/version.def1
-rw-r--r--libstdc++-v3/include/bits/version.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/version.def b/libstdc++-v3/include/bits/version.def
index 737b3f4..282667e 100644
--- a/libstdc++-v3/include/bits/version.def
+++ b/libstdc++-v3/include/bits/version.def
@@ -959,6 +959,7 @@ ftms = {
ftms = {
name = make_obj_using_allocator;
+ no_stdname = true;
values = {
// Not specified by C++20, used internally
v = 201811;
diff --git a/libstdc++-v3/include/bits/version.h b/libstdc++-v3/include/bits/version.h
index 59ff0ce..bb7c047 100644
--- a/libstdc++-v3/include/bits/version.h
+++ b/libstdc++-v3/include/bits/version.h
@@ -1074,7 +1074,6 @@
# 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) */