mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
libstdc++: Reorder start_lifetime_as macro in version.def
libstdc++-v3/ChangeLog: * include/bits/version.def (start_lifetime_as): Move adjacent to other C++23 macros. * include/bits/version.h: Regenerate.
This commit is contained in:
committed by
Jonathan Wakely
parent
4943123298
commit
acfd5ab079
@@ -1860,6 +1860,14 @@ ftms = {
|
||||
};
|
||||
};
|
||||
|
||||
ftms = {
|
||||
name = start_lifetime_as;
|
||||
values = {
|
||||
v = 202207;
|
||||
cxxmin = 23;
|
||||
};
|
||||
};
|
||||
|
||||
ftms = {
|
||||
name = string_contains;
|
||||
values = {
|
||||
@@ -2117,14 +2125,6 @@ ftms = {
|
||||
};
|
||||
};
|
||||
|
||||
ftms = {
|
||||
name = start_lifetime_as;
|
||||
values = {
|
||||
v = 202207;
|
||||
cxxmin = 23;
|
||||
};
|
||||
};
|
||||
|
||||
// Standard test specifications.
|
||||
stds[97] = ">= 199711L";
|
||||
stds[03] = ">= 199711L";
|
||||
|
||||
@@ -2078,6 +2078,16 @@
|
||||
#endif /* !defined(__cpp_lib_stacktrace) && defined(__glibcxx_want_stacktrace) */
|
||||
#undef __glibcxx_want_stacktrace
|
||||
|
||||
#if !defined(__cpp_lib_start_lifetime_as)
|
||||
# if (__cplusplus >= 202100L)
|
||||
# define __glibcxx_start_lifetime_as 202207L
|
||||
# if defined(__glibcxx_want_all) || defined(__glibcxx_want_start_lifetime_as)
|
||||
# define __cpp_lib_start_lifetime_as 202207L
|
||||
# endif
|
||||
# endif
|
||||
#endif /* !defined(__cpp_lib_start_lifetime_as) && defined(__glibcxx_want_start_lifetime_as) */
|
||||
#undef __glibcxx_want_start_lifetime_as
|
||||
|
||||
#if !defined(__cpp_lib_string_contains)
|
||||
# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
|
||||
# define __glibcxx_string_contains 202011L
|
||||
@@ -2372,14 +2382,4 @@
|
||||
#endif /* !defined(__cpp_lib_constexpr_exceptions) && defined(__glibcxx_want_constexpr_exceptions) */
|
||||
#undef __glibcxx_want_constexpr_exceptions
|
||||
|
||||
#if !defined(__cpp_lib_start_lifetime_as)
|
||||
# if (__cplusplus >= 202100L)
|
||||
# define __glibcxx_start_lifetime_as 202207L
|
||||
# if defined(__glibcxx_want_all) || defined(__glibcxx_want_start_lifetime_as)
|
||||
# define __cpp_lib_start_lifetime_as 202207L
|
||||
# endif
|
||||
# endif
|
||||
#endif /* !defined(__cpp_lib_start_lifetime_as) && defined(__glibcxx_want_start_lifetime_as) */
|
||||
#undef __glibcxx_want_start_lifetime_as
|
||||
|
||||
#undef __glibcxx_want_all
|
||||
|
||||
Reference in New Issue
Block a user