Go to the documentation of this file.
48#pragma GCC system_header
53#if !defined(__cpp_lib_incomplete_container_elements)
55# define __glibcxx_incomplete_container_elements 201505L
56# if defined(__glibcxx_want_all) || defined(__glibcxx_want_incomplete_container_elements)
57# define __cpp_lib_incomplete_container_elements 201505L
61#undef __glibcxx_want_incomplete_container_elements
63#if !defined(__cpp_lib_uncaught_exceptions)
64# if ((defined(__STRICT_ANSI__) && __cplusplus >= 201703L) || (!defined(__STRICT_ANSI__) && __cplusplus >= 199711L))
65# define __glibcxx_uncaught_exceptions 201411L
66# if defined(__glibcxx_want_all) || defined(__glibcxx_want_uncaught_exceptions)
67# define __cpp_lib_uncaught_exceptions 201411L
71#undef __glibcxx_want_uncaught_exceptions
73#if !defined(__cpp_lib_allocator_traits_is_always_equal)
74# if (__cplusplus >= 201103L)
75# define __glibcxx_allocator_traits_is_always_equal 201411L
76# if defined(__glibcxx_want_all) || defined(__glibcxx_want_allocator_traits_is_always_equal)
77# define __cpp_lib_allocator_traits_is_always_equal 201411L
81#undef __glibcxx_want_allocator_traits_is_always_equal
83#if !defined(__cpp_lib_is_null_pointer)
84# if (__cplusplus >= 201103L)
85# define __glibcxx_is_null_pointer 201309L
86# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_null_pointer)
87# define __cpp_lib_is_null_pointer 201309L
91#undef __glibcxx_want_is_null_pointer
93#if !defined(__cpp_lib_result_of_sfinae)
94# if (__cplusplus >= 201103L)
95# define __glibcxx_result_of_sfinae 201210L
96# if defined(__glibcxx_want_all) || defined(__glibcxx_want_result_of_sfinae)
97# define __cpp_lib_result_of_sfinae 201210L
101#undef __glibcxx_want_result_of_sfinae
103#if !defined(__cpp_lib_shared_ptr_arrays)
104# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
105# define __glibcxx_shared_ptr_arrays 201707L
106# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shared_ptr_arrays)
107# define __cpp_lib_shared_ptr_arrays 201707L
109# elif (__cplusplus >= 201103L) && _GLIBCXX_HOSTED
110# define __glibcxx_shared_ptr_arrays 201611L
111# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shared_ptr_arrays)
112# define __cpp_lib_shared_ptr_arrays 201611L
116#undef __glibcxx_want_shared_ptr_arrays
118#if !defined(__cpp_lib_is_swappable)
119# if ((defined(__STRICT_ANSI__) && __cplusplus >= 201703L) || (!defined(__STRICT_ANSI__) && __cplusplus >= 201103L))
120# define __glibcxx_is_swappable 201603L
121# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_swappable)
122# define __cpp_lib_is_swappable 201603L
126#undef __glibcxx_want_is_swappable
128#if !defined(__cpp_lib_void_t)
129# if ((defined(__STRICT_ANSI__) && __cplusplus >= 201703L) || (!defined(__STRICT_ANSI__) && __cplusplus >= 201103L))
130# define __glibcxx_void_t 201411L
131# if defined(__glibcxx_want_all) || defined(__glibcxx_want_void_t)
132# define __cpp_lib_void_t 201411L
136#undef __glibcxx_want_void_t
138#if !defined(__cpp_lib_enable_shared_from_this)
139# if ((defined(__STRICT_ANSI__) && __cplusplus >= 201703L) || (!defined(__STRICT_ANSI__) && __cplusplus >= 201103L)) && _GLIBCXX_HOSTED
140# define __glibcxx_enable_shared_from_this 201603L
141# if defined(__glibcxx_want_all) || defined(__glibcxx_want_enable_shared_from_this)
142# define __cpp_lib_enable_shared_from_this 201603L
146#undef __glibcxx_want_enable_shared_from_this
148#if !defined(__cpp_lib_math_spec_funcs)
149# if (__cplusplus >= 201103L)
150# define __glibcxx_math_spec_funcs 201003L
151# if defined(__glibcxx_want_all) || defined(__glibcxx_want_math_spec_funcs)
152# define __STDCPP_MATH_SPEC_FUNCS__ 201003L
156#undef __glibcxx_want_math_spec_funcs
158#if !defined(__cpp_lib_coroutine)
159# if (__cplusplus >= 201402L) && (__cpp_impl_coroutine)
160# define __glibcxx_coroutine 201902L
161# if defined(__glibcxx_want_all) || defined(__glibcxx_want_coroutine)
162# define __cpp_lib_coroutine 201902L
166#undef __glibcxx_want_coroutine
168#if !defined(__cpp_lib_exchange_function)
169# if (__cplusplus >= 201402L)
170# define __glibcxx_exchange_function 201304L
171# if defined(__glibcxx_want_all) || defined(__glibcxx_want_exchange_function)
172# define __cpp_lib_exchange_function 201304L
176#undef __glibcxx_want_exchange_function
178#if !defined(__cpp_lib_integer_sequence)
179# if (__cplusplus >= 201402L)
180# define __glibcxx_integer_sequence 201304L
181# if defined(__glibcxx_want_all) || defined(__glibcxx_want_integer_sequence)
182# define __cpp_lib_integer_sequence 201304L
186#undef __glibcxx_want_integer_sequence
188#if !defined(__cpp_lib_integral_constant_callable)
189# if (__cplusplus >= 201402L)
190# define __glibcxx_integral_constant_callable 201304L
191# if defined(__glibcxx_want_all) || defined(__glibcxx_want_integral_constant_callable)
192# define __cpp_lib_integral_constant_callable 201304L
196#undef __glibcxx_want_integral_constant_callable
198#if !defined(__cpp_lib_is_final)
199# if (__cplusplus >= 201402L)
200# define __glibcxx_is_final 201402L
201# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_final)
202# define __cpp_lib_is_final 201402L
206#undef __glibcxx_want_is_final
208#if !defined(__cpp_lib_make_reverse_iterator)
209# if (__cplusplus >= 201402L)
210# define __glibcxx_make_reverse_iterator 201402L
211# if defined(__glibcxx_want_all) || defined(__glibcxx_want_make_reverse_iterator)
212# define __cpp_lib_make_reverse_iterator 201402L
216#undef __glibcxx_want_make_reverse_iterator
218#if !defined(__cpp_lib_null_iterators)
219# if (__cplusplus >= 201402L)
220# define __glibcxx_null_iterators 201304L
221# if defined(__glibcxx_want_all) || defined(__glibcxx_want_null_iterators)
222# define __cpp_lib_null_iterators 201304L
226#undef __glibcxx_want_null_iterators
228#if !defined(__cpp_lib_transformation_trait_aliases)
229# if (__cplusplus >= 201402L)
230# define __glibcxx_transformation_trait_aliases 201304L
231# if defined(__glibcxx_want_all) || defined(__glibcxx_want_transformation_trait_aliases)
232# define __cpp_lib_transformation_trait_aliases 201304L
236#undef __glibcxx_want_transformation_trait_aliases
238#if !defined(__cpp_lib_transparent_operators)
239# if (__cplusplus >= 201402L)
240# define __glibcxx_transparent_operators 201510L
241# if defined(__glibcxx_want_all) || defined(__glibcxx_want_transparent_operators)
242# define __cpp_lib_transparent_operators 201510L
246#undef __glibcxx_want_transparent_operators
248#if !defined(__cpp_lib_tuple_element_t)
249# if (__cplusplus >= 201402L)
250# define __glibcxx_tuple_element_t 201402L
251# if defined(__glibcxx_want_all) || defined(__glibcxx_want_tuple_element_t)
252# define __cpp_lib_tuple_element_t 201402L
256#undef __glibcxx_want_tuple_element_t
258#if !defined(__cpp_lib_tuples_by_type)
259# if (__cplusplus >= 201402L)
260# define __glibcxx_tuples_by_type 201304L
261# if defined(__glibcxx_want_all) || defined(__glibcxx_want_tuples_by_type)
262# define __cpp_lib_tuples_by_type 201304L
266#undef __glibcxx_want_tuples_by_type
268#if !defined(__cpp_lib_robust_nonmodifying_seq_ops)
269# if (__cplusplus >= 201402L)
270# define __glibcxx_robust_nonmodifying_seq_ops 201304L
271# if defined(__glibcxx_want_all) || defined(__glibcxx_want_robust_nonmodifying_seq_ops)
272# define __cpp_lib_robust_nonmodifying_seq_ops 201304L
276#undef __glibcxx_want_robust_nonmodifying_seq_ops
278#if !defined(__cpp_lib_to_chars)
279# if (__cplusplus > 202302L) && (_GLIBCXX_FLOAT_IS_IEEE_BINARY32 && _GLIBCXX_DOUBLE_IS_IEEE_BINARY64 && __SIZE_WIDTH__ >= 32)
280# define __glibcxx_to_chars 202306L
281# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_chars)
282# define __cpp_lib_to_chars 202306L
284# elif (__cplusplus >= 201402L) && (_GLIBCXX_FLOAT_IS_IEEE_BINARY32 && _GLIBCXX_DOUBLE_IS_IEEE_BINARY64 && __SIZE_WIDTH__ >= 32)
285# define __glibcxx_to_chars 201611L
286# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_chars)
287# define __cpp_lib_to_chars 201611L
291#undef __glibcxx_want_to_chars
293#if !defined(__cpp_lib_chrono_udls)
294# if (__cplusplus >= 201402L)
295# define __glibcxx_chrono_udls 201304L
296# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono_udls)
297# define __cpp_lib_chrono_udls 201304L
301#undef __glibcxx_want_chrono_udls
303#if !defined(__cpp_lib_complex_udls)
304# if (__cplusplus >= 201402L) && _GLIBCXX_HOSTED
305# define __glibcxx_complex_udls 201309L
306# if defined(__glibcxx_want_all) || defined(__glibcxx_want_complex_udls)
307# define __cpp_lib_complex_udls 201309L
311#undef __glibcxx_want_complex_udls
313#if !defined(__cpp_lib_generic_associative_lookup)
314# if (__cplusplus >= 201402L) && _GLIBCXX_HOSTED
315# define __glibcxx_generic_associative_lookup 201304L
316# if defined(__glibcxx_want_all) || defined(__glibcxx_want_generic_associative_lookup)
317# define __cpp_lib_generic_associative_lookup 201304L
321#undef __glibcxx_want_generic_associative_lookup
323#if !defined(__cpp_lib_make_unique)
324# if (__cplusplus >= 201402L) && _GLIBCXX_HOSTED
325# define __glibcxx_make_unique 201304L
326# if defined(__glibcxx_want_all) || defined(__glibcxx_want_make_unique)
327# define __cpp_lib_make_unique 201304L
331#undef __glibcxx_want_make_unique
333#if !defined(__cpp_lib_quoted_string_io)
334# if (__cplusplus >= 201402L) && _GLIBCXX_HOSTED
335# define __glibcxx_quoted_string_io 201304L
336# if defined(__glibcxx_want_all) || defined(__glibcxx_want_quoted_string_io)
337# define __cpp_lib_quoted_string_io 201304L
341#undef __glibcxx_want_quoted_string_io
343#if !defined(__cpp_lib_shared_timed_mutex)
344# if (__cplusplus >= 201402L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
345# define __glibcxx_shared_timed_mutex 201402L
346# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shared_timed_mutex)
347# define __cpp_lib_shared_timed_mutex 201402L
351#undef __glibcxx_want_shared_timed_mutex
353#if !defined(__cpp_lib_string_udls)
354# if (__cplusplus >= 201402L) && _GLIBCXX_HOSTED
355# define __glibcxx_string_udls 201304L
356# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_udls)
357# define __cpp_lib_string_udls 201304L
361#undef __glibcxx_want_string_udls
363#if !defined(__cpp_lib_addressof_constexpr)
364# if (__cplusplus >= 201703L)
365# define __glibcxx_addressof_constexpr 201603L
366# if defined(__glibcxx_want_all) || defined(__glibcxx_want_addressof_constexpr)
367# define __cpp_lib_addressof_constexpr 201603L
371#undef __glibcxx_want_addressof_constexpr
373#if !defined(__cpp_lib_any)
374# if (__cplusplus >= 201703L)
375# define __glibcxx_any 201606L
376# if defined(__glibcxx_want_all) || defined(__glibcxx_want_any)
377# define __cpp_lib_any 201606L
381#undef __glibcxx_want_any
383#if !defined(__cpp_lib_apply)
384# if (__cplusplus >= 201703L)
385# define __glibcxx_apply 201603L
386# if defined(__glibcxx_want_all) || defined(__glibcxx_want_apply)
387# define __cpp_lib_apply 201603L
391#undef __glibcxx_want_apply
393#if !defined(__cpp_lib_as_const)
394# if (__cplusplus >= 201703L)
395# define __glibcxx_as_const 201510L
396# if defined(__glibcxx_want_all) || defined(__glibcxx_want_as_const)
397# define __cpp_lib_as_const 201510L
401#undef __glibcxx_want_as_const
403#if !defined(__cpp_lib_atomic_is_always_lock_free)
404# if (__cplusplus >= 201703L)
405# define __glibcxx_atomic_is_always_lock_free 201603L
406# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_is_always_lock_free)
407# define __cpp_lib_atomic_is_always_lock_free 201603L
411#undef __glibcxx_want_atomic_is_always_lock_free
413#if !defined(__cpp_lib_bool_constant)
414# if (__cplusplus >= 201703L)
415# define __glibcxx_bool_constant 201505L
416# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bool_constant)
417# define __cpp_lib_bool_constant 201505L
421#undef __glibcxx_want_bool_constant
423#if !defined(__cpp_lib_byte)
424# if (__cplusplus >= 201703L)
425# define __glibcxx_byte 201603L
426# if defined(__glibcxx_want_all) || defined(__glibcxx_want_byte)
427# define __cpp_lib_byte 201603L
431#undef __glibcxx_want_byte
433#if !defined(__cpp_lib_constant_wrapper)
434# if (__cplusplus > 202302L)
435# define __glibcxx_constant_wrapper 202506L
436# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constant_wrapper)
437# define __cpp_lib_constant_wrapper 202506L
441#undef __glibcxx_want_constant_wrapper
443#if !defined(__cpp_lib_has_unique_object_representations)
444# if (__cplusplus >= 201703L) && (defined(_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP))
445# define __glibcxx_has_unique_object_representations 201606L
446# if defined(__glibcxx_want_all) || defined(__glibcxx_want_has_unique_object_representations)
447# define __cpp_lib_has_unique_object_representations 201606L
451#undef __glibcxx_want_has_unique_object_representations
453#if !defined(__cpp_lib_hardware_interference_size)
454# if (__cplusplus >= 201703L) && (defined(__GCC_DESTRUCTIVE_SIZE))
455# define __glibcxx_hardware_interference_size 201703L
456# if defined(__glibcxx_want_all) || defined(__glibcxx_want_hardware_interference_size)
457# define __cpp_lib_hardware_interference_size 201703L
461#undef __glibcxx_want_hardware_interference_size
463#if !defined(__cpp_lib_invoke)
464# if (__cplusplus >= 201703L)
465# define __glibcxx_invoke 201411L
466# if defined(__glibcxx_want_all) || defined(__glibcxx_want_invoke)
467# define __cpp_lib_invoke 201411L
471#undef __glibcxx_want_invoke
473#if !defined(__cpp_lib_is_aggregate)
474# if (__cplusplus >= 201703L) && (defined(_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE))
475# define __glibcxx_is_aggregate 201703L
476# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_aggregate)
477# define __cpp_lib_is_aggregate 201703L
481#undef __glibcxx_want_is_aggregate
483#if !defined(__cpp_lib_is_invocable)
484# if (__cplusplus >= 201703L)
485# define __glibcxx_is_invocable 201703L
486# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_invocable)
487# define __cpp_lib_is_invocable 201703L
491#undef __glibcxx_want_is_invocable
493#if !defined(__cpp_lib_launder)
494# if (__cplusplus >= 201703L) && (defined(_GLIBCXX_HAVE_BUILTIN_LAUNDER))
495# define __glibcxx_launder 201606L
496# if defined(__glibcxx_want_all) || defined(__glibcxx_want_launder)
497# define __cpp_lib_launder 201606L
501#undef __glibcxx_want_launder
503#if !defined(__cpp_lib_logical_traits)
504# if (__cplusplus >= 201703L)
505# define __glibcxx_logical_traits 201510L
506# if defined(__glibcxx_want_all) || defined(__glibcxx_want_logical_traits)
507# define __cpp_lib_logical_traits 201510L
511#undef __glibcxx_want_logical_traits
513#if !defined(__cpp_lib_make_from_tuple)
514# if (__cplusplus >= 201703L)
515# define __glibcxx_make_from_tuple 201606L
516# if defined(__glibcxx_want_all) || defined(__glibcxx_want_make_from_tuple)
517# define __cpp_lib_make_from_tuple 201606L
521#undef __glibcxx_want_make_from_tuple
523#if !defined(__cpp_lib_not_fn)
524# if (__cplusplus > 202302L)
525# define __glibcxx_not_fn 202306L
526# if defined(__glibcxx_want_all) || defined(__glibcxx_want_not_fn)
527# define __cpp_lib_not_fn 202306L
529# elif (__cplusplus >= 201703L)
530# define __glibcxx_not_fn 201603L
531# if defined(__glibcxx_want_all) || defined(__glibcxx_want_not_fn)
532# define __cpp_lib_not_fn 201603L
536#undef __glibcxx_want_not_fn
538#if !defined(__cpp_lib_type_trait_variable_templates)
539# if (__cplusplus >= 201703L)
540# define __glibcxx_type_trait_variable_templates 201510L
541# if defined(__glibcxx_want_all) || defined(__glibcxx_want_type_trait_variable_templates)
542# define __cpp_lib_type_trait_variable_templates 201510L
546#undef __glibcxx_want_type_trait_variable_templates
548#if !defined(__cpp_lib_variant)
549# if (__cplusplus > 202302L) && (__cpp_concepts >= 202002L && __cpp_constexpr >= 201811L && __cpp_explicit_this_parameter)
550# define __glibcxx_variant 202306L
551# if defined(__glibcxx_want_all) || defined(__glibcxx_want_variant)
552# define __cpp_lib_variant 202306L
554# elif (__cplusplus >= 202002L) && (__cpp_concepts >= 202002L && __cpp_constexpr >= 201811L)
555# define __glibcxx_variant 202106L
556# if defined(__glibcxx_want_all) || defined(__glibcxx_want_variant)
557# define __cpp_lib_variant 202106L
559# elif (__cplusplus >= 201703L)
560# define __glibcxx_variant 202102L
561# if defined(__glibcxx_want_all) || defined(__glibcxx_want_variant)
562# define __cpp_lib_variant 202102L
566#undef __glibcxx_want_variant
568#if !defined(__cpp_lib_lcm)
569# if (__cplusplus >= 201703L)
570# define __glibcxx_lcm 201606L
571# if defined(__glibcxx_want_all) || defined(__glibcxx_want_lcm)
572# define __cpp_lib_lcm 201606L
576#undef __glibcxx_want_lcm
578#if !defined(__cpp_lib_gcd)
579# if (__cplusplus >= 201703L)
580# define __glibcxx_gcd 201606L
581# if defined(__glibcxx_want_all) || defined(__glibcxx_want_gcd)
582# define __cpp_lib_gcd 201606L
586#undef __glibcxx_want_gcd
588#if !defined(__cpp_lib_gcd_lcm)
589# if (__cplusplus >= 201703L)
590# define __glibcxx_gcd_lcm 201606L
591# if defined(__glibcxx_want_all) || defined(__glibcxx_want_gcd_lcm)
592# define __cpp_lib_gcd_lcm 201606L
596#undef __glibcxx_want_gcd_lcm
598#if !defined(__cpp_lib_raw_memory_algorithms)
599# if (__cplusplus > 202302L) && (__cpp_constexpr >= 202406L)
600# define __glibcxx_raw_memory_algorithms 202411L
601# if defined(__glibcxx_want_all) || defined(__glibcxx_want_raw_memory_algorithms)
602# define __cpp_lib_raw_memory_algorithms 202411L
604# elif (__cplusplus >= 201703L)
605# define __glibcxx_raw_memory_algorithms 201606L
606# if defined(__glibcxx_want_all) || defined(__glibcxx_want_raw_memory_algorithms)
607# define __cpp_lib_raw_memory_algorithms 201606L
611#undef __glibcxx_want_raw_memory_algorithms
613#if !defined(__cpp_lib_array_constexpr)
614# if (__cplusplus >= 202002L)
615# define __glibcxx_array_constexpr 201811L
616# if defined(__glibcxx_want_all) || defined(__glibcxx_want_array_constexpr)
617# define __cpp_lib_array_constexpr 201811L
619# elif (__cplusplus >= 201703L)
620# define __glibcxx_array_constexpr 201803L
621# if defined(__glibcxx_want_all) || defined(__glibcxx_want_array_constexpr)
622# define __cpp_lib_array_constexpr 201803L
626#undef __glibcxx_want_array_constexpr
628#if !defined(__cpp_lib_nonmember_container_access)
629# if (__cplusplus >= 201703L)
630# define __glibcxx_nonmember_container_access 201411L
631# if defined(__glibcxx_want_all) || defined(__glibcxx_want_nonmember_container_access)
632# define __cpp_lib_nonmember_container_access 201411L
636#undef __glibcxx_want_nonmember_container_access
638#if !defined(__cpp_lib_clamp)
639# if (__cplusplus >= 201703L)
640# define __glibcxx_clamp 201603L
641# if defined(__glibcxx_want_all) || defined(__glibcxx_want_clamp)
642# define __cpp_lib_clamp 201603L
646#undef __glibcxx_want_clamp
648#if !defined(__cpp_lib_sample)
649# if (__cplusplus >= 201703L)
650# define __glibcxx_sample 201603L
651# if defined(__glibcxx_want_all) || defined(__glibcxx_want_sample)
652# define __cpp_lib_sample 201603L
656#undef __glibcxx_want_sample
658#if !defined(__cpp_lib_boyer_moore_searcher)
659# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
660# define __glibcxx_boyer_moore_searcher 201603L
661# if defined(__glibcxx_want_all) || defined(__glibcxx_want_boyer_moore_searcher)
662# define __cpp_lib_boyer_moore_searcher 201603L
666#undef __glibcxx_want_boyer_moore_searcher
668#if !defined(__cpp_lib_chrono)
669# if (__cplusplus > 202302L) && _GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED
670# define __glibcxx_chrono 202306L
671# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono)
672# define __cpp_lib_chrono 202306L
674# elif (__cplusplus >= 202002L) && _GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED
675# define __glibcxx_chrono 201907L
676# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono)
677# define __cpp_lib_chrono 201907L
679# elif (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
680# define __glibcxx_chrono 201611L
681# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono)
682# define __cpp_lib_chrono 201611L
686#undef __glibcxx_want_chrono
688#if !defined(__cpp_lib_chrono_cxx20)
689# if (__cplusplus > 202302L)
690# define __glibcxx_chrono_cxx20 202306L
691# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono_cxx20)
693# elif (__cplusplus >= 202002L)
694# define __glibcxx_chrono_cxx20 201800L
695# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono_cxx20)
699#undef __glibcxx_want_chrono_cxx20
701#if !defined(__cpp_lib_execution)
702# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
703# define __glibcxx_execution 201902L
704# if defined(__glibcxx_want_all) || defined(__glibcxx_want_execution)
705# define __cpp_lib_execution 201902L
709#undef __glibcxx_want_execution
711#if !defined(__cpp_lib_filesystem)
712# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
713# define __glibcxx_filesystem 201703L
714# if defined(__glibcxx_want_all) || defined(__glibcxx_want_filesystem)
715# define __cpp_lib_filesystem 201703L
719#undef __glibcxx_want_filesystem
721#if !defined(__cpp_lib_hypot)
722# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
723# define __glibcxx_hypot 201603L
724# if defined(__glibcxx_want_all) || defined(__glibcxx_want_hypot)
725# define __cpp_lib_hypot 201603L
729#undef __glibcxx_want_hypot
731#if !defined(__cpp_lib_map_try_emplace)
732# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
733# define __glibcxx_map_try_emplace 201411L
734# if defined(__glibcxx_want_all) || defined(__glibcxx_want_map_try_emplace)
735# define __cpp_lib_map_try_emplace 201411L
739#undef __glibcxx_want_map_try_emplace
741#if !defined(__cpp_lib_math_special_functions)
742# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
743# define __glibcxx_math_special_functions 201603L
744# if defined(__glibcxx_want_all) || defined(__glibcxx_want_math_special_functions)
745# define __cpp_lib_math_special_functions 201603L
749#undef __glibcxx_want_math_special_functions
751#if !defined(__cpp_lib_memory_resource)
752# if (__cplusplus >= 201703L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
753# define __glibcxx_memory_resource 201603L
754# if defined(__glibcxx_want_all) || defined(__glibcxx_want_memory_resource)
755# define __cpp_lib_memory_resource 201603L
757# elif (__cplusplus >= 201703L) && !defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
758# define __glibcxx_memory_resource 1L
759# if defined(__glibcxx_want_all) || defined(__glibcxx_want_memory_resource)
760# define __cpp_lib_memory_resource 1L
764#undef __glibcxx_want_memory_resource
766#if !defined(__cpp_lib_node_extract)
767# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
768# define __glibcxx_node_extract 201606L
769# if defined(__glibcxx_want_all) || defined(__glibcxx_want_node_extract)
770# define __cpp_lib_node_extract 201606L
774#undef __glibcxx_want_node_extract
776#if !defined(__cpp_lib_parallel_algorithm)
777# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
778# define __glibcxx_parallel_algorithm 201603L
779# if defined(__glibcxx_want_all) || defined(__glibcxx_want_parallel_algorithm)
780# define __cpp_lib_parallel_algorithm 201603L
784#undef __glibcxx_want_parallel_algorithm
786#if !defined(__cpp_lib_scoped_lock)
787# if (__cplusplus >= 201703L)
788# define __glibcxx_scoped_lock 201703L
789# if defined(__glibcxx_want_all) || defined(__glibcxx_want_scoped_lock)
790# define __cpp_lib_scoped_lock 201703L
794#undef __glibcxx_want_scoped_lock
796#if !defined(__cpp_lib_shared_mutex)
797# if (__cplusplus >= 201703L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
798# define __glibcxx_shared_mutex 201505L
799# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shared_mutex)
800# define __cpp_lib_shared_mutex 201505L
804#undef __glibcxx_want_shared_mutex
806#if !defined(__cpp_lib_shared_ptr_weak_type)
807# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
808# define __glibcxx_shared_ptr_weak_type 201606L
809# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shared_ptr_weak_type)
810# define __cpp_lib_shared_ptr_weak_type 201606L
814#undef __glibcxx_want_shared_ptr_weak_type
816#if !defined(__cpp_lib_string_view)
817# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
818# define __glibcxx_string_view 202403L
819# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_view)
820# define __cpp_lib_string_view 202403L
822# elif (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
823# define __glibcxx_string_view 201803L
824# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_view)
825# define __cpp_lib_string_view 201803L
829#undef __glibcxx_want_string_view
831#if !defined(__cpp_lib_unordered_map_try_emplace)
832# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
833# define __glibcxx_unordered_map_try_emplace 201411L
834# if defined(__glibcxx_want_all) || defined(__glibcxx_want_unordered_map_try_emplace)
835# define __cpp_lib_unordered_map_try_emplace 201411L
839#undef __glibcxx_want_unordered_map_try_emplace
841#if !defined(__cpp_lib_assume_aligned)
842# if (__cplusplus >= 202002L)
843# define __glibcxx_assume_aligned 201811L
844# if defined(__glibcxx_want_all) || defined(__glibcxx_want_assume_aligned)
845# define __cpp_lib_assume_aligned 201811L
849#undef __glibcxx_want_assume_aligned
851#if !defined(__cpp_lib_is_sufficiently_aligned)
852# if (__cplusplus > 202302L)
853# define __glibcxx_is_sufficiently_aligned 202411L
854# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_sufficiently_aligned)
855# define __cpp_lib_is_sufficiently_aligned 202411L
859#undef __glibcxx_want_is_sufficiently_aligned
861#if !defined(__cpp_lib_atomic_flag_test)
862# if (__cplusplus >= 202002L)
863# define __glibcxx_atomic_flag_test 201907L
864# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_flag_test)
865# define __cpp_lib_atomic_flag_test 201907L
869#undef __glibcxx_want_atomic_flag_test
871#if !defined(__cpp_lib_atomic_float)
872# if (__cplusplus >= 202002L)
873# define __glibcxx_atomic_float 201711L
874# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_float)
875# define __cpp_lib_atomic_float 201711L
879#undef __glibcxx_want_atomic_float
881#if !defined(__cpp_lib_atomic_min_max)
882# if (__cplusplus > 202302L)
883# define __glibcxx_atomic_min_max 202403L
884# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_min_max)
885# define __cpp_lib_atomic_min_max 202403L
889#undef __glibcxx_want_atomic_min_max
891#if !defined(__cpp_lib_atomic_lock_free_type_aliases)
892# if (__cplusplus >= 202002L) && ((__GCC_ATOMIC_INT_LOCK_FREE | __GCC_ATOMIC_LONG_LOCK_FREE | __GCC_ATOMIC_CHAR_LOCK_FREE) & 2)
893# define __glibcxx_atomic_lock_free_type_aliases 201907L
894# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_lock_free_type_aliases)
895# define __cpp_lib_atomic_lock_free_type_aliases 201907L
899#undef __glibcxx_want_atomic_lock_free_type_aliases
901#if !defined(__cpp_lib_atomic_ref)
902# if (__cplusplus > 202302L)
903# define __glibcxx_atomic_ref 202411L
904# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_ref)
905# define __cpp_lib_atomic_ref 202411L
907# elif (__cplusplus >= 202002L)
908# define __glibcxx_atomic_ref 201806L
909# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_ref)
910# define __cpp_lib_atomic_ref 201806L
914#undef __glibcxx_want_atomic_ref
916#if !defined(__cpp_lib_atomic_value_initialization)
917# if (__cplusplus >= 202002L) && (__cpp_concepts >= 201907L)
918# define __glibcxx_atomic_value_initialization 201911L
919# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_value_initialization)
920# define __cpp_lib_atomic_value_initialization 201911L
924#undef __glibcxx_want_atomic_value_initialization
926#if !defined(__cpp_lib_bind_front)
927# if (__cplusplus > 202302L)
928# define __glibcxx_bind_front 202306L
929# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bind_front)
930# define __cpp_lib_bind_front 202306L
932# elif (__cplusplus >= 202002L)
933# define __glibcxx_bind_front 201907L
934# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bind_front)
935# define __cpp_lib_bind_front 201907L
939#undef __glibcxx_want_bind_front
941#if !defined(__cpp_lib_bind_back)
942# if (__cplusplus > 202302L)
943# define __glibcxx_bind_back 202306L
944# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bind_back)
945# define __cpp_lib_bind_back 202306L
947# elif (__cplusplus >= 202100L) && (__cpp_explicit_this_parameter)
948# define __glibcxx_bind_back 202202L
949# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bind_back)
950# define __cpp_lib_bind_back 202202L
954#undef __glibcxx_want_bind_back
956#if !defined(__cpp_lib_starts_ends_with)
957# if (__cplusplus >= 202002L)
958# define __glibcxx_starts_ends_with 201711L
959# if defined(__glibcxx_want_all) || defined(__glibcxx_want_starts_ends_with)
960# define __cpp_lib_starts_ends_with 201711L
964#undef __glibcxx_want_starts_ends_with
966#if !defined(__cpp_lib_bit_cast)
967# if (__cplusplus >= 202002L) && (__has_builtin(__builtin_bit_cast))
968# define __glibcxx_bit_cast 201806L
969# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bit_cast)
970# define __cpp_lib_bit_cast 201806L
974#undef __glibcxx_want_bit_cast
976#if !defined(__cpp_lib_bitops)
977# if (__cplusplus >= 202002L)
978# define __glibcxx_bitops 201907L
979# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bitops)
980# define __cpp_lib_bitops 201907L
984#undef __glibcxx_want_bitops
986#if !defined(__cpp_lib_bounded_array_traits)
987# if (__cplusplus >= 202002L)
988# define __glibcxx_bounded_array_traits 201902L
989# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bounded_array_traits)
990# define __cpp_lib_bounded_array_traits 201902L
994#undef __glibcxx_want_bounded_array_traits
996#if !defined(__cpp_lib_concepts)
997# if (__cplusplus >= 202002L) && (__cpp_concepts >= 201907L)
998# define __glibcxx_concepts 202207L
999# if defined(__glibcxx_want_all) || defined(__glibcxx_want_concepts)
1000# define __cpp_lib_concepts 202207L
1004#undef __glibcxx_want_concepts
1006#if !defined(__cpp_lib_optional)
1007# if (__cplusplus > 202302L) && (__glibcxx_concepts)
1008# define __glibcxx_optional 202506L
1009# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional)
1010# define __cpp_lib_optional 202506L
1012# elif (__cplusplus >= 202100L) && (__glibcxx_concepts)
1013# define __glibcxx_optional 202110L
1014# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional)
1015# define __cpp_lib_optional 202110L
1017# elif (__cplusplus >= 202002L)
1018# define __glibcxx_optional 202106L
1019# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional)
1020# define __cpp_lib_optional 202106L
1022# elif (__cplusplus >= 201703L)
1023# define __glibcxx_optional 201606L
1024# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional)
1025# define __cpp_lib_optional 201606L
1029#undef __glibcxx_want_optional
1031#if !defined(__cpp_lib_optional_range_support)
1032# if (__cplusplus > 202302L)
1033# define __glibcxx_optional_range_support 202406L
1034# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional_range_support)
1035# define __cpp_lib_optional_range_support 202406L
1039#undef __glibcxx_want_optional_range_support
1041#if !defined(__cpp_lib_destroying_delete)
1042# if (__cplusplus >= 202002L) && (__cpp_impl_destroying_delete)
1043# define __glibcxx_destroying_delete 201806L
1044# if defined(__glibcxx_want_all) || defined(__glibcxx_want_destroying_delete)
1045# define __cpp_lib_destroying_delete 201806L
1049#undef __glibcxx_want_destroying_delete
1051#if !defined(__cpp_lib_constexpr_string_view)
1052# if (__cplusplus >= 202002L)
1053# define __glibcxx_constexpr_string_view 201811L
1054# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_string_view)
1055# define __cpp_lib_constexpr_string_view 201811L
1059#undef __glibcxx_want_constexpr_string_view
1061#if !defined(__cpp_lib_endian)
1062# if (__cplusplus >= 202002L)
1063# define __glibcxx_endian 201907L
1064# if defined(__glibcxx_want_all) || defined(__glibcxx_want_endian)
1065# define __cpp_lib_endian 201907L
1069#undef __glibcxx_want_endian
1071#if !defined(__cpp_lib_int_pow2)
1072# if (__cplusplus >= 202002L)
1073# define __glibcxx_int_pow2 202002L
1074# if defined(__glibcxx_want_all) || defined(__glibcxx_want_int_pow2)
1075# define __cpp_lib_int_pow2 202002L
1079#undef __glibcxx_want_int_pow2
1081#if !defined(__cpp_lib_integer_comparison_functions)
1082# if (__cplusplus >= 202002L)
1083# define __glibcxx_integer_comparison_functions 202002L
1084# if defined(__glibcxx_want_all) || defined(__glibcxx_want_integer_comparison_functions)
1085# define __cpp_lib_integer_comparison_functions 202002L
1089#undef __glibcxx_want_integer_comparison_functions
1091#if !defined(__cpp_lib_is_constant_evaluated)
1092# if (__cplusplus >= 202002L) && (defined(_GLIBCXX_HAVE_IS_CONSTANT_EVALUATED))
1093# define __glibcxx_is_constant_evaluated 201811L
1094# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_constant_evaluated)
1095# define __cpp_lib_is_constant_evaluated 201811L
1099#undef __glibcxx_want_is_constant_evaluated
1101#if !defined(__cpp_lib_constexpr_char_traits)
1102# if (__cplusplus >= 202002L) && (defined(__glibcxx_is_constant_evaluated))
1103# define __glibcxx_constexpr_char_traits 201811L
1104# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_char_traits)
1105# define __cpp_lib_constexpr_char_traits 201811L
1107# elif (__cplusplus >= 201703L) && (_GLIBCXX_HAVE_IS_CONSTANT_EVALUATED)
1108# define __glibcxx_constexpr_char_traits 201611L
1109# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_char_traits)
1110# define __cpp_lib_constexpr_char_traits 201611L
1114#undef __glibcxx_want_constexpr_char_traits
1116#if !defined(__cpp_lib_is_layout_compatible)
1117# if (__cplusplus >= 202002L) && (__has_builtin(__is_layout_compatible) && __has_builtin(__builtin_is_corresponding_member))
1118# define __glibcxx_is_layout_compatible 201907L
1119# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_layout_compatible)
1120# define __cpp_lib_is_layout_compatible 201907L
1124#undef __glibcxx_want_is_layout_compatible
1126#if !defined(__cpp_lib_is_nothrow_convertible)
1127# if (__cplusplus >= 202002L)
1128# define __glibcxx_is_nothrow_convertible 201806L
1129# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_nothrow_convertible)
1130# define __cpp_lib_is_nothrow_convertible 201806L
1134#undef __glibcxx_want_is_nothrow_convertible
1136#if !defined(__cpp_lib_is_pointer_interconvertible)
1137# if (__cplusplus >= 202002L) && (__has_builtin(__is_pointer_interconvertible_base_of) && __has_builtin(__builtin_is_pointer_interconvertible_with_class))
1138# define __glibcxx_is_pointer_interconvertible 201907L
1139# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_pointer_interconvertible)
1140# define __cpp_lib_is_pointer_interconvertible 201907L
1144#undef __glibcxx_want_is_pointer_interconvertible
1146#if !defined(__cpp_lib_math_constants)
1147# if (__cplusplus >= 202002L)
1148# define __glibcxx_math_constants 201907L
1149# if defined(__glibcxx_want_all) || defined(__glibcxx_want_math_constants)
1150# define __cpp_lib_math_constants 201907L
1154#undef __glibcxx_want_math_constants
1156#if !defined(__cpp_lib_make_obj_using_allocator)
1157# if (__cplusplus >= 202002L) && (__cpp_concepts)
1158# define __glibcxx_make_obj_using_allocator 201811L
1159# if defined(__glibcxx_want_all) || defined(__glibcxx_want_make_obj_using_allocator)
1163#undef __glibcxx_want_make_obj_using_allocator
1165#if !defined(__cpp_lib_remove_cvref)
1166# if (__cplusplus >= 202002L)
1167# define __glibcxx_remove_cvref 201711L
1168# if defined(__glibcxx_want_all) || defined(__glibcxx_want_remove_cvref)
1169# define __cpp_lib_remove_cvref 201711L
1173#undef __glibcxx_want_remove_cvref
1175#if !defined(__cpp_lib_source_location)
1176# if (__cplusplus >= 202002L) && (__has_builtin(__builtin_source_location))
1177# define __glibcxx_source_location 201907L
1178# if defined(__glibcxx_want_all) || defined(__glibcxx_want_source_location)
1179# define __cpp_lib_source_location 201907L
1183#undef __glibcxx_want_source_location
1185#if !defined(__cpp_lib_span)
1186# if (__cplusplus > 202302L) && (__glibcxx_concepts)
1187# define __glibcxx_span 202311L
1188# if defined(__glibcxx_want_all) || defined(__glibcxx_want_span)
1189# define __cpp_lib_span 202311L
1191# elif (__cplusplus >= 202002L) && (__glibcxx_concepts)
1192# define __glibcxx_span 202002L
1193# if defined(__glibcxx_want_all) || defined(__glibcxx_want_span)
1194# define __cpp_lib_span 202002L
1198#undef __glibcxx_want_span
1200#if !defined(__cpp_lib_mdspan)
1201# if (__cplusplus > 202302L)
1202# define __glibcxx_mdspan 202406L
1203# if defined(__glibcxx_want_all) || defined(__glibcxx_want_mdspan)
1204# define __cpp_lib_mdspan 202406L
1206# elif (__cplusplus >= 202100L)
1207# define __glibcxx_mdspan 202207L
1208# if defined(__glibcxx_want_all) || defined(__glibcxx_want_mdspan)
1209# define __cpp_lib_mdspan 202207L
1213#undef __glibcxx_want_mdspan
1215#if !defined(__cpp_lib_aligned_accessor)
1216# if (__cplusplus > 202302L) && (__glibcxx_assume_aligned && __glibcxx_is_sufficiently_aligned)
1217# define __glibcxx_aligned_accessor 202411L
1218# if defined(__glibcxx_want_all) || defined(__glibcxx_want_aligned_accessor)
1219# define __cpp_lib_aligned_accessor 202411L
1223#undef __glibcxx_want_aligned_accessor
1225#if !defined(__cpp_lib_padded_layouts)
1226# if (__cplusplus > 202302L)
1227# define __glibcxx_padded_layouts 202403L
1228# if defined(__glibcxx_want_all) || defined(__glibcxx_want_padded_layouts)
1232#undef __glibcxx_want_padded_layouts
1234#if !defined(__cpp_lib_submdspan)
1235# if (__cplusplus > 202302L) && (__glibcxx_constant_wrapper >= 202506L)
1236# define __glibcxx_submdspan 202411L
1237# if defined(__glibcxx_want_all) || defined(__glibcxx_want_submdspan)
1238# define __cpp_lib_submdspan 202411L
1242#undef __glibcxx_want_submdspan
1244#if !defined(__cpp_lib_ssize)
1245# if (__cplusplus >= 202002L)
1246# define __glibcxx_ssize 201902L
1247# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ssize)
1248# define __cpp_lib_ssize 201902L
1252#undef __glibcxx_want_ssize
1254#if !defined(__cpp_lib_three_way_comparison)
1255# if (__cplusplus >= 202002L) && (__cpp_impl_three_way_comparison >= 201907L && __glibcxx_concepts)
1256# define __glibcxx_three_way_comparison 201907L
1257# if defined(__glibcxx_want_all) || defined(__glibcxx_want_three_way_comparison)
1258# define __cpp_lib_three_way_comparison 201907L
1262#undef __glibcxx_want_three_way_comparison
1264#if !defined(__cpp_lib_to_address)
1265# if (__cplusplus >= 202002L)
1266# define __glibcxx_to_address 201711L
1267# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_address)
1268# define __cpp_lib_to_address 201711L
1272#undef __glibcxx_want_to_address
1274#if !defined(__cpp_lib_to_array)
1275# if (__cplusplus >= 202002L) && (__cpp_generic_lambdas >= 201707L)
1276# define __glibcxx_to_array 201907L
1277# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_array)
1278# define __cpp_lib_to_array 201907L
1282#undef __glibcxx_want_to_array
1284#if !defined(__cpp_lib_type_identity)
1285# if (__cplusplus >= 202002L)
1286# define __glibcxx_type_identity 201806L
1287# if defined(__glibcxx_want_all) || defined(__glibcxx_want_type_identity)
1288# define __cpp_lib_type_identity 201806L
1292#undef __glibcxx_want_type_identity
1294#if !defined(__cpp_lib_unwrap_ref)
1295# if (__cplusplus >= 202002L)
1296# define __glibcxx_unwrap_ref 201811L
1297# if defined(__glibcxx_want_all) || defined(__glibcxx_want_unwrap_ref)
1298# define __cpp_lib_unwrap_ref 201811L
1302#undef __glibcxx_want_unwrap_ref
1304#if !defined(__cpp_lib_constexpr_iterator)
1305# if (__cplusplus >= 202002L)
1306# define __glibcxx_constexpr_iterator 201811L
1307# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_iterator)
1308# define __cpp_lib_constexpr_iterator 201811L
1312#undef __glibcxx_want_constexpr_iterator
1314#if !defined(__cpp_lib_interpolate)
1315# if (__cplusplus >= 202002L)
1316# define __glibcxx_interpolate 201902L
1317# if defined(__glibcxx_want_all) || defined(__glibcxx_want_interpolate)
1318# define __cpp_lib_interpolate 201902L
1322#undef __glibcxx_want_interpolate
1324#if !defined(__cpp_lib_constexpr_utility)
1325# if (__cplusplus >= 202002L)
1326# define __glibcxx_constexpr_utility 201811L
1327# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_utility)
1328# define __cpp_lib_constexpr_utility 201811L
1332#undef __glibcxx_want_constexpr_utility
1334#if !defined(__cpp_lib_shift)
1335# if (__cplusplus >= 202100L)
1336# define __glibcxx_shift 202202L
1337# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shift)
1338# define __cpp_lib_shift 202202L
1340# elif (__cplusplus >= 202002L)
1341# define __glibcxx_shift 201806L
1342# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shift)
1343# define __cpp_lib_shift 201806L
1347#undef __glibcxx_want_shift
1349#if !defined(__cpp_lib_ranges)
1350# if (__cplusplus > 202302L) && (__glibcxx_concepts)
1351# define __glibcxx_ranges 202406L
1352# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges)
1353# define __cpp_lib_ranges 202406L
1355# elif (__cplusplus >= 202100L) && (__glibcxx_concepts)
1356# define __glibcxx_ranges 202302L
1357# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges)
1358# define __cpp_lib_ranges 202302L
1360# elif (__cplusplus >= 202002L) && (__glibcxx_concepts)
1361# define __glibcxx_ranges 202110L
1362# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges)
1363# define __cpp_lib_ranges 202110L
1367#undef __glibcxx_want_ranges
1369#if !defined(__cpp_lib_constexpr_numeric)
1370# if (__cplusplus >= 202002L)
1371# define __glibcxx_constexpr_numeric 201911L
1372# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_numeric)
1373# define __cpp_lib_constexpr_numeric 201911L
1377#undef __glibcxx_want_constexpr_numeric
1379#if !defined(__cpp_lib_constexpr_functional)
1380# if (__cplusplus >= 202002L)
1381# define __glibcxx_constexpr_functional 201907L
1382# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_functional)
1383# define __cpp_lib_constexpr_functional 201907L
1387#undef __glibcxx_want_constexpr_functional
1389#if !defined(__cpp_lib_constexpr_algorithms)
1390# if (__cplusplus > 202302L)
1391# define __glibcxx_constexpr_algorithms 202306L
1392# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_algorithms)
1393# define __cpp_lib_constexpr_algorithms 202306L
1395# elif (__cplusplus >= 202002L)
1396# define __glibcxx_constexpr_algorithms 201806L
1397# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_algorithms)
1398# define __cpp_lib_constexpr_algorithms 201806L
1402#undef __glibcxx_want_constexpr_algorithms
1404#if !defined(__cpp_lib_constexpr_tuple)
1405# if (__cplusplus >= 202002L)
1406# define __glibcxx_constexpr_tuple 201811L
1407# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_tuple)
1408# define __cpp_lib_constexpr_tuple 201811L
1412#undef __glibcxx_want_constexpr_tuple
1414#if !defined(__cpp_lib_constexpr_memory)
1415# if (__cplusplus >= 202100L) && (__cpp_constexpr_dynamic_alloc)
1416# define __glibcxx_constexpr_memory 202202L
1417# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_memory)
1418# define __cpp_lib_constexpr_memory 202202L
1420# elif (__cplusplus >= 202002L)
1421# define __glibcxx_constexpr_memory 201811L
1422# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_memory)
1423# define __cpp_lib_constexpr_memory 201811L
1427#undef __glibcxx_want_constexpr_memory
1429#if !defined(__cpp_lib_atomic_shared_ptr)
1430# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1431# define __glibcxx_atomic_shared_ptr 201711L
1432# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_shared_ptr)
1433# define __cpp_lib_atomic_shared_ptr 201711L
1437#undef __glibcxx_want_atomic_shared_ptr
1439#if !defined(__cpp_lib_atomic_wait)
1440# if (__cplusplus >= 202002L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
1441# define __glibcxx_atomic_wait 201907L
1442# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_wait)
1443# define __cpp_lib_atomic_wait 201907L
1445# elif (__cplusplus >= 202002L) && !defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED && (defined(_GLIBCXX_HAVE_LINUX_FUTEX))
1446# define __glibcxx_atomic_wait 201907L
1447# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_wait)
1448# define __cpp_lib_atomic_wait 201907L
1452#undef __glibcxx_want_atomic_wait
1454#if !defined(__cpp_lib_barrier)
1455# if (__cplusplus >= 202002L) && (__cpp_aligned_new && __glibcxx_atomic_wait)
1456# define __glibcxx_barrier 201907L
1457# if defined(__glibcxx_want_all) || defined(__glibcxx_want_barrier)
1458# define __cpp_lib_barrier 201907L
1462#undef __glibcxx_want_barrier
1464#if !defined(__cpp_lib_format)
1465# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
1466# define __glibcxx_format 202311L
1467# if defined(__glibcxx_want_all) || defined(__glibcxx_want_format)
1468# define __cpp_lib_format 202311L
1470# elif (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1471# define __glibcxx_format 202304L
1472# if defined(__glibcxx_want_all) || defined(__glibcxx_want_format)
1473# define __cpp_lib_format 202304L
1477#undef __glibcxx_want_format
1479#if !defined(__cpp_lib_format_uchar)
1480# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1481# define __glibcxx_format_uchar 202311L
1482# if defined(__glibcxx_want_all) || defined(__glibcxx_want_format_uchar)
1483# define __cpp_lib_format_uchar 202311L
1487#undef __glibcxx_want_format_uchar
1489#if !defined(__cpp_lib_constexpr_complex)
1490# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1491# define __glibcxx_constexpr_complex 201711L
1492# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_complex)
1493# define __cpp_lib_constexpr_complex 201711L
1497#undef __glibcxx_want_constexpr_complex
1499#if !defined(__cpp_lib_constexpr_dynamic_alloc)
1500# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1501# define __glibcxx_constexpr_dynamic_alloc 201907L
1502# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_dynamic_alloc)
1503# define __cpp_lib_constexpr_dynamic_alloc 201907L
1507#undef __glibcxx_want_constexpr_dynamic_alloc
1509#if !defined(__cpp_lib_constexpr_flat_map)
1510# if (__cplusplus > 202302L)
1511# define __glibcxx_constexpr_flat_map 202502L
1512# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_flat_map)
1513# define __cpp_lib_constexpr_flat_map 202502L
1517#undef __glibcxx_want_constexpr_flat_map
1519#if !defined(__cpp_lib_constexpr_flat_set)
1520# if (__cplusplus > 202302L)
1521# define __glibcxx_constexpr_flat_set 202502L
1522# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_flat_set)
1523# define __cpp_lib_constexpr_flat_set 202502L
1527#undef __glibcxx_want_constexpr_flat_set
1529#if !defined(__cpp_lib_constexpr_string)
1530# if (__cplusplus >= 202002L) && _GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED && (defined(__glibcxx_is_constant_evaluated))
1531# define __glibcxx_constexpr_string 201907L
1532# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_string)
1533# define __cpp_lib_constexpr_string 201907L
1535# elif (__cplusplus >= 202002L) && !_GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED && (defined(__glibcxx_is_constant_evaluated))
1536# define __glibcxx_constexpr_string 201811L
1537# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_string)
1538# define __cpp_lib_constexpr_string 201811L
1540# elif (__cplusplus >= 201703L) && _GLIBCXX_HOSTED && (_GLIBCXX_HAVE_IS_CONSTANT_EVALUATED)
1541# define __glibcxx_constexpr_string 201611L
1542# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_string)
1543# define __cpp_lib_constexpr_string 201611L
1547#undef __glibcxx_want_constexpr_string
1549#if !defined(__cpp_lib_constexpr_vector)
1550# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1551# define __glibcxx_constexpr_vector 201907L
1552# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_vector)
1553# define __cpp_lib_constexpr_vector 201907L
1557#undef __glibcxx_want_constexpr_vector
1559#if !defined(__cpp_lib_constrained_equality)
1560# if (__cplusplus >= 202100L) && (__glibcxx_three_way_comparison)
1561# define __glibcxx_constrained_equality 202411L
1562# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constrained_equality)
1563# define __cpp_lib_constrained_equality 202411L
1565# elif (__cplusplus >= 202002L) && (__glibcxx_three_way_comparison)
1566# define __glibcxx_constrained_equality 202403L
1567# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constrained_equality)
1568# define __cpp_lib_constrained_equality 202403L
1572#undef __glibcxx_want_constrained_equality
1574#if !defined(__cpp_lib_erase_if)
1575# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1576# define __glibcxx_erase_if 202002L
1577# if defined(__glibcxx_want_all) || defined(__glibcxx_want_erase_if)
1578# define __cpp_lib_erase_if 202002L
1582#undef __glibcxx_want_erase_if
1584#if !defined(__cpp_lib_generic_unordered_lookup)
1585# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1586# define __glibcxx_generic_unordered_lookup 201811L
1587# if defined(__glibcxx_want_all) || defined(__glibcxx_want_generic_unordered_lookup)
1588# define __cpp_lib_generic_unordered_lookup 201811L
1592#undef __glibcxx_want_generic_unordered_lookup
1594#if !defined(__cpp_lib_jthread)
1595# if (__cplusplus >= 202002L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
1596# define __glibcxx_jthread 201911L
1597# if defined(__glibcxx_want_all) || defined(__glibcxx_want_jthread)
1598# define __cpp_lib_jthread 201911L
1602#undef __glibcxx_want_jthread
1604#if !defined(__cpp_lib_latch)
1605# if (__cplusplus >= 202002L) && (__glibcxx_atomic_wait)
1606# define __glibcxx_latch 201907L
1607# if defined(__glibcxx_want_all) || defined(__glibcxx_want_latch)
1608# define __cpp_lib_latch 201907L
1612#undef __glibcxx_want_latch
1614#if !defined(__cpp_lib_list_remove_return_type)
1615# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1616# define __glibcxx_list_remove_return_type 201806L
1617# if defined(__glibcxx_want_all) || defined(__glibcxx_want_list_remove_return_type)
1618# define __cpp_lib_list_remove_return_type 201806L
1622#undef __glibcxx_want_list_remove_return_type
1624#if !defined(__cpp_lib_polymorphic_allocator)
1625# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1626# define __glibcxx_polymorphic_allocator 201902L
1627# if defined(__glibcxx_want_all) || defined(__glibcxx_want_polymorphic_allocator)
1628# define __cpp_lib_polymorphic_allocator 201902L
1632#undef __glibcxx_want_polymorphic_allocator
1634#if !defined(__cpp_lib_move_iterator_concept)
1635# if (__cplusplus >= 202002L) && (__glibcxx_concepts)
1636# define __glibcxx_move_iterator_concept 202207L
1637# if defined(__glibcxx_want_all) || defined(__glibcxx_want_move_iterator_concept)
1638# define __cpp_lib_move_iterator_concept 202207L
1642#undef __glibcxx_want_move_iterator_concept
1644#if !defined(__cpp_lib_semaphore)
1645# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED && (__glibcxx_atomic_wait)
1646# define __glibcxx_semaphore 201907L
1647# if defined(__glibcxx_want_all) || defined(__glibcxx_want_semaphore)
1648# define __cpp_lib_semaphore 201907L
1652#undef __glibcxx_want_semaphore
1654#if !defined(__cpp_lib_smart_ptr_for_overwrite)
1655# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1656# define __glibcxx_smart_ptr_for_overwrite 202002L
1657# if defined(__glibcxx_want_all) || defined(__glibcxx_want_smart_ptr_for_overwrite)
1658# define __cpp_lib_smart_ptr_for_overwrite 202002L
1662#undef __glibcxx_want_smart_ptr_for_overwrite
1664#if !defined(__cpp_lib_syncbuf)
1665# if (__cplusplus >= 202002L) && _GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED
1666# define __glibcxx_syncbuf 201803L
1667# if defined(__glibcxx_want_all) || defined(__glibcxx_want_syncbuf)
1668# define __cpp_lib_syncbuf 201803L
1672#undef __glibcxx_want_syncbuf
1674#if !defined(__cpp_lib_byteswap)
1675# if (__cplusplus >= 202100L)
1676# define __glibcxx_byteswap 202110L
1677# if defined(__glibcxx_want_all) || defined(__glibcxx_want_byteswap)
1678# define __cpp_lib_byteswap 202110L
1682#undef __glibcxx_want_byteswap
1684#if !defined(__cpp_lib_constexpr_charconv)
1685# if (__cplusplus >= 202100L)
1686# define __glibcxx_constexpr_charconv 202207L
1687# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_charconv)
1688# define __cpp_lib_constexpr_charconv 202207L
1692#undef __glibcxx_want_constexpr_charconv
1694#if !defined(__cpp_lib_constexpr_typeinfo)
1695# if (__cplusplus >= 202100L)
1696# define __glibcxx_constexpr_typeinfo 202106L
1697# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_typeinfo)
1698# define __cpp_lib_constexpr_typeinfo 202106L
1702#undef __glibcxx_want_constexpr_typeinfo
1704#if !defined(__cpp_lib_expected)
1705# if (__cplusplus >= 202100L) && (__cpp_concepts >= 202002L)
1706# define __glibcxx_expected 202211L
1707# if defined(__glibcxx_want_all) || defined(__glibcxx_want_expected)
1708# define __cpp_lib_expected 202211L
1712#undef __glibcxx_want_expected
1714#if !defined(__cpp_lib_format_ranges)
1715# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1716# define __glibcxx_format_ranges 202207L
1717# if defined(__glibcxx_want_all) || defined(__glibcxx_want_format_ranges)
1718# define __cpp_lib_format_ranges 202207L
1722#undef __glibcxx_want_format_ranges
1724#if !defined(__cpp_lib_freestanding_algorithm)
1725# if (__cplusplus >= 202100L)
1726# define __glibcxx_freestanding_algorithm 202311L
1727# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_algorithm)
1728# define __cpp_lib_freestanding_algorithm 202311L
1732#undef __glibcxx_want_freestanding_algorithm
1734#if !defined(__cpp_lib_freestanding_array)
1735# if (__cplusplus >= 202100L)
1736# define __glibcxx_freestanding_array 202311L
1737# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_array)
1738# define __cpp_lib_freestanding_array 202311L
1742#undef __glibcxx_want_freestanding_array
1744#if !defined(__cpp_lib_freestanding_cstring)
1745# if (__cplusplus >= 202100L)
1746# define __glibcxx_freestanding_cstring 202311L
1747# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_cstring)
1748# define __cpp_lib_freestanding_cstring 202311L
1752#undef __glibcxx_want_freestanding_cstring
1754#if !defined(__cpp_lib_freestanding_expected)
1755# if (__cplusplus >= 202100L) && (__cpp_lib_expected)
1756# define __glibcxx_freestanding_expected 202311L
1757# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_expected)
1758# define __cpp_lib_freestanding_expected 202311L
1762#undef __glibcxx_want_freestanding_expected
1764#if !defined(__cpp_lib_freestanding_optional)
1765# if (__cplusplus >= 202100L)
1766# define __glibcxx_freestanding_optional 202311L
1767# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_optional)
1768# define __cpp_lib_freestanding_optional 202311L
1772#undef __glibcxx_want_freestanding_optional
1774#if !defined(__cpp_lib_freestanding_string_view)
1775# if (__cplusplus >= 202100L)
1776# define __glibcxx_freestanding_string_view 202311L
1777# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_string_view)
1778# define __cpp_lib_freestanding_string_view 202311L
1782#undef __glibcxx_want_freestanding_string_view
1784#if !defined(__cpp_lib_freestanding_variant)
1785# if (__cplusplus >= 202100L)
1786# define __glibcxx_freestanding_variant 202311L
1787# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_variant)
1788# define __cpp_lib_freestanding_variant 202311L
1792#undef __glibcxx_want_freestanding_variant
1794#if !defined(__cpp_lib_invoke_r)
1795# if (__cplusplus >= 202100L)
1796# define __glibcxx_invoke_r 202106L
1797# if defined(__glibcxx_want_all) || defined(__glibcxx_want_invoke_r)
1798# define __cpp_lib_invoke_r 202106L
1802#undef __glibcxx_want_invoke_r
1804#if !defined(__cpp_lib_is_scoped_enum)
1805# if (__cplusplus >= 202100L)
1806# define __glibcxx_is_scoped_enum 202011L
1807# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_scoped_enum)
1808# define __cpp_lib_is_scoped_enum 202011L
1812#undef __glibcxx_want_is_scoped_enum
1814#if !defined(__cpp_lib_reference_from_temporary)
1815# if (__cplusplus >= 202100L) && (__has_builtin(__reference_constructs_from_temporary) && __has_builtin(__reference_converts_from_temporary))
1816# define __glibcxx_reference_from_temporary 202202L
1817# if defined(__glibcxx_want_all) || defined(__glibcxx_want_reference_from_temporary)
1818# define __cpp_lib_reference_from_temporary 202202L
1822#undef __glibcxx_want_reference_from_temporary
1824#if !defined(__cpp_lib_containers_ranges)
1825# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1826# define __glibcxx_containers_ranges 202202L
1827# if defined(__glibcxx_want_all) || defined(__glibcxx_want_containers_ranges)
1828# define __cpp_lib_containers_ranges 202202L
1832#undef __glibcxx_want_containers_ranges
1834#if !defined(__cpp_lib_ranges_to_container)
1835# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1836# define __glibcxx_ranges_to_container 202202L
1837# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_to_container)
1838# define __cpp_lib_ranges_to_container 202202L
1842#undef __glibcxx_want_ranges_to_container
1844#if !defined(__cpp_lib_ranges_zip)
1845# if (__cplusplus >= 202100L)
1846# define __glibcxx_ranges_zip 202110L
1847# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_zip)
1848# define __cpp_lib_ranges_zip 202110L
1852#undef __glibcxx_want_ranges_zip
1854#if !defined(__cpp_lib_ranges_chunk)
1855# if (__cplusplus >= 202100L)
1856# define __glibcxx_ranges_chunk 202202L
1857# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_chunk)
1858# define __cpp_lib_ranges_chunk 202202L
1862#undef __glibcxx_want_ranges_chunk
1864#if !defined(__cpp_lib_ranges_slide)
1865# if (__cplusplus >= 202100L)
1866# define __glibcxx_ranges_slide 202202L
1867# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_slide)
1868# define __cpp_lib_ranges_slide 202202L
1872#undef __glibcxx_want_ranges_slide
1874#if !defined(__cpp_lib_ranges_chunk_by)
1875# if (__cplusplus >= 202100L)
1876# define __glibcxx_ranges_chunk_by 202202L
1877# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_chunk_by)
1878# define __cpp_lib_ranges_chunk_by 202202L
1882#undef __glibcxx_want_ranges_chunk_by
1884#if !defined(__cpp_lib_ranges_join_with)
1885# if (__cplusplus >= 202100L)
1886# define __glibcxx_ranges_join_with 202202L
1887# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_join_with)
1888# define __cpp_lib_ranges_join_with 202202L
1892#undef __glibcxx_want_ranges_join_with
1894#if !defined(__cpp_lib_ranges_repeat)
1895# if (__cplusplus >= 202100L)
1896# define __glibcxx_ranges_repeat 202207L
1897# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_repeat)
1898# define __cpp_lib_ranges_repeat 202207L
1902#undef __glibcxx_want_ranges_repeat
1904#if !defined(__cpp_lib_ranges_stride)
1905# if (__cplusplus >= 202100L)
1906# define __glibcxx_ranges_stride 202207L
1907# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_stride)
1908# define __cpp_lib_ranges_stride 202207L
1912#undef __glibcxx_want_ranges_stride
1914#if !defined(__cpp_lib_ranges_cartesian_product)
1915# if (__cplusplus >= 202100L)
1916# define __glibcxx_ranges_cartesian_product 202207L
1917# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_cartesian_product)
1918# define __cpp_lib_ranges_cartesian_product 202207L
1922#undef __glibcxx_want_ranges_cartesian_product
1924#if !defined(__cpp_lib_ranges_as_rvalue)
1925# if (__cplusplus >= 202100L)
1926# define __glibcxx_ranges_as_rvalue 202207L
1927# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_as_rvalue)
1928# define __cpp_lib_ranges_as_rvalue 202207L
1932#undef __glibcxx_want_ranges_as_rvalue
1934#if !defined(__cpp_lib_ranges_as_const)
1935# if (__cplusplus >= 202100L)
1936# define __glibcxx_ranges_as_const 202311L
1937# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_as_const)
1938# define __cpp_lib_ranges_as_const 202311L
1942#undef __glibcxx_want_ranges_as_const
1944#if !defined(__cpp_lib_ranges_enumerate)
1945# if (__cplusplus >= 202100L)
1946# define __glibcxx_ranges_enumerate 202302L
1947# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_enumerate)
1948# define __cpp_lib_ranges_enumerate 202302L
1952#undef __glibcxx_want_ranges_enumerate
1954#if !defined(__cpp_lib_ranges_fold)
1955# if (__cplusplus >= 202100L)
1956# define __glibcxx_ranges_fold 202207L
1957# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_fold)
1958# define __cpp_lib_ranges_fold 202207L
1962#undef __glibcxx_want_ranges_fold
1964#if !defined(__cpp_lib_ranges_contains)
1965# if (__cplusplus >= 202100L)
1966# define __glibcxx_ranges_contains 202207L
1967# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_contains)
1968# define __cpp_lib_ranges_contains 202207L
1972#undef __glibcxx_want_ranges_contains
1974#if !defined(__cpp_lib_ranges_iota)
1975# if (__cplusplus >= 202100L)
1976# define __glibcxx_ranges_iota 202202L
1977# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_iota)
1978# define __cpp_lib_ranges_iota 202202L
1982#undef __glibcxx_want_ranges_iota
1984#if !defined(__cpp_lib_ranges_find_last)
1985# if (__cplusplus >= 202100L)
1986# define __glibcxx_ranges_find_last 202207L
1987# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_find_last)
1988# define __cpp_lib_ranges_find_last 202207L
1992#undef __glibcxx_want_ranges_find_last
1994#if !defined(__cpp_lib_ranges_starts_ends_with)
1995# if (__cplusplus >= 202100L)
1996# define __glibcxx_ranges_starts_ends_with 202106L
1997# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_starts_ends_with)
1998# define __cpp_lib_ranges_starts_ends_with 202106L
2002#undef __glibcxx_want_ranges_starts_ends_with
2004#if !defined(__cpp_lib_ranges_indices)
2005# if (__cplusplus > 202302L)
2006# define __glibcxx_ranges_indices 202506L
2007# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_indices)
2008# define __cpp_lib_ranges_indices 202506L
2012#undef __glibcxx_want_ranges_indices
2014#if !defined(__cpp_lib_constexpr_bitset)
2015# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED && (__cpp_constexpr_dynamic_alloc)
2016# define __glibcxx_constexpr_bitset 202202L
2017# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_bitset)
2018# define __cpp_lib_constexpr_bitset 202202L
2022#undef __glibcxx_want_constexpr_bitset
2024#if !defined(__cpp_lib_stdatomic_h)
2025# if (__cplusplus >= 202100L)
2026# define __glibcxx_stdatomic_h 202011L
2027# if defined(__glibcxx_want_all) || defined(__glibcxx_want_stdatomic_h)
2028# define __cpp_lib_stdatomic_h 202011L
2032#undef __glibcxx_want_stdatomic_h
2034#if !defined(__cpp_lib_adaptor_iterator_pair_constructor)
2035# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2036# define __glibcxx_adaptor_iterator_pair_constructor 202106L
2037# if defined(__glibcxx_want_all) || defined(__glibcxx_want_adaptor_iterator_pair_constructor)
2038# define __cpp_lib_adaptor_iterator_pair_constructor 202106L
2042#undef __glibcxx_want_adaptor_iterator_pair_constructor
2044#if !defined(__cpp_lib_flat_map)
2045# if (__cplusplus >= 202100L)
2046# define __glibcxx_flat_map 202207L
2047# if defined(__glibcxx_want_all) || defined(__glibcxx_want_flat_map)
2048# define __cpp_lib_flat_map 202207L
2052#undef __glibcxx_want_flat_map
2054#if !defined(__cpp_lib_flat_set)
2055# if (__cplusplus >= 202100L)
2056# define __glibcxx_flat_set 202207L
2057# if defined(__glibcxx_want_all) || defined(__glibcxx_want_flat_set)
2058# define __cpp_lib_flat_set 202207L
2062#undef __glibcxx_want_flat_set
2064#if !defined(__cpp_lib_common_reference)
2065# if (__cplusplus >= 202002L)
2066# define __glibcxx_common_reference 202302L
2067# if defined(__glibcxx_want_all) || defined(__glibcxx_want_common_reference)
2068# define __cpp_lib_common_reference 202302L
2072#undef __glibcxx_want_common_reference
2074#if !defined(__cpp_lib_common_reference_wrapper)
2075# if (__cplusplus >= 202002L)
2076# define __glibcxx_common_reference_wrapper 202302L
2077# if defined(__glibcxx_want_all) || defined(__glibcxx_want_common_reference_wrapper)
2078# define __cpp_lib_common_reference_wrapper 202302L
2082#undef __glibcxx_want_common_reference_wrapper
2084#if !defined(__cpp_lib_formatters)
2085# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2086# define __glibcxx_formatters 202302L
2087# if defined(__glibcxx_want_all) || defined(__glibcxx_want_formatters)
2088# define __cpp_lib_formatters 202302L
2092#undef __glibcxx_want_formatters
2094#if !defined(__cpp_lib_forward_like)
2095# if (__cplusplus >= 202100L)
2096# define __glibcxx_forward_like 202207L
2097# if defined(__glibcxx_want_all) || defined(__glibcxx_want_forward_like)
2098# define __cpp_lib_forward_like 202207L
2102#undef __glibcxx_want_forward_like
2104#if !defined(__cpp_lib_generator)
2105# if (__cplusplus >= 202100L) && (__glibcxx_coroutine && __cpp_sized_deallocation)
2106# define __glibcxx_generator 202207L
2107# if defined(__glibcxx_want_all) || defined(__glibcxx_want_generator)
2108# define __cpp_lib_generator 202207L
2112#undef __glibcxx_want_generator
2114#if !defined(__cpp_lib_ios_noreplace)
2115# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2116# define __glibcxx_ios_noreplace 202207L
2117# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ios_noreplace)
2118# define __cpp_lib_ios_noreplace 202207L
2122#undef __glibcxx_want_ios_noreplace
2124#if !defined(__cpp_lib_move_only_function)
2125# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2126# define __glibcxx_move_only_function 202110L
2127# if defined(__glibcxx_want_all) || defined(__glibcxx_want_move_only_function)
2128# define __cpp_lib_move_only_function 202110L
2132#undef __glibcxx_want_move_only_function
2134#if !defined(__cpp_lib_copyable_function)
2135# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2136# define __glibcxx_copyable_function 202306L
2137# if defined(__glibcxx_want_all) || defined(__glibcxx_want_copyable_function)
2138# define __cpp_lib_copyable_function 202306L
2142#undef __glibcxx_want_copyable_function
2144#if !defined(__cpp_lib_function_ref)
2145# if (__cplusplus > 202302L)
2146# define __glibcxx_function_ref 202306L
2147# if defined(__glibcxx_want_all) || defined(__glibcxx_want_function_ref)
2148# define __cpp_lib_function_ref 202306L
2152#undef __glibcxx_want_function_ref
2154#if !defined(__cpp_lib_out_ptr)
2155# if (__cplusplus >= 202100L)
2156# define __glibcxx_out_ptr 202311L
2157# if defined(__glibcxx_want_all) || defined(__glibcxx_want_out_ptr)
2158# define __cpp_lib_out_ptr 202311L
2162#undef __glibcxx_want_out_ptr
2164#if !defined(__cpp_lib_print)
2165# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2166# define __glibcxx_print 202406L
2167# if defined(__glibcxx_want_all) || defined(__glibcxx_want_print)
2168# define __cpp_lib_print 202406L
2172#undef __glibcxx_want_print
2174#if !defined(__cpp_lib_spanstream)
2175# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED && (__glibcxx_span)
2176# define __glibcxx_spanstream 202106L
2177# if defined(__glibcxx_want_all) || defined(__glibcxx_want_spanstream)
2178# define __cpp_lib_spanstream 202106L
2182#undef __glibcxx_want_spanstream
2184#if !defined(__cpp_lib_stacktrace)
2185# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED && (_GLIBCXX_HAVE_STACKTRACE)
2186# define __glibcxx_stacktrace 202011L
2187# if defined(__glibcxx_want_all) || defined(__glibcxx_want_stacktrace)
2188# define __cpp_lib_stacktrace 202011L
2192#undef __glibcxx_want_stacktrace
2194#if !defined(__cpp_lib_start_lifetime_as)
2195# if (__cplusplus >= 202100L)
2196# define __glibcxx_start_lifetime_as 202207L
2197# if defined(__glibcxx_want_all) || defined(__glibcxx_want_start_lifetime_as)
2198# define __cpp_lib_start_lifetime_as 202207L
2202#undef __glibcxx_want_start_lifetime_as
2204#if !defined(__cpp_lib_string_contains)
2205# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2206# define __glibcxx_string_contains 202011L
2207# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_contains)
2208# define __cpp_lib_string_contains 202011L
2212#undef __glibcxx_want_string_contains
2214#if !defined(__cpp_lib_string_resize_and_overwrite)
2215# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2216# define __glibcxx_string_resize_and_overwrite 202110L
2217# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_resize_and_overwrite)
2218# define __cpp_lib_string_resize_and_overwrite 202110L
2222#undef __glibcxx_want_string_resize_and_overwrite
2224#if !defined(__cpp_lib_string_subview)
2225# if (__cplusplus > 202302L)
2226# define __glibcxx_string_subview 202506L
2227# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_subview)
2228# define __cpp_lib_string_subview 202506L
2232#undef __glibcxx_want_string_subview
2234#if !defined(__cpp_lib_to_underlying)
2235# if (__cplusplus >= 202100L)
2236# define __glibcxx_to_underlying 202102L
2237# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_underlying)
2238# define __cpp_lib_to_underlying 202102L
2242#undef __glibcxx_want_to_underlying
2244#if !defined(__cpp_lib_tuple_like)
2245# if (__cplusplus > 202302L) && (__cpp_explicit_this_parameter >= 202110L)
2246# define __glibcxx_tuple_like 202311L
2247# if defined(__glibcxx_want_all) || defined(__glibcxx_want_tuple_like)
2248# define __cpp_lib_tuple_like 202311L
2250# elif (__cplusplus >= 202100L)
2251# define __glibcxx_tuple_like 202207L
2252# if defined(__glibcxx_want_all) || defined(__glibcxx_want_tuple_like)
2253# define __cpp_lib_tuple_like 202207L
2257#undef __glibcxx_want_tuple_like
2259#if !defined(__cpp_lib_unreachable)
2260# if (__cplusplus >= 202100L)
2261# define __glibcxx_unreachable 202202L
2262# if defined(__glibcxx_want_all) || defined(__glibcxx_want_unreachable)
2263# define __cpp_lib_unreachable 202202L
2267#undef __glibcxx_want_unreachable
2269#if !defined(__cpp_lib_observable_checkpoint)
2270# if (__cplusplus > 202302L) && (__has_builtin(__builtin_observable_checkpoint))
2271# define __glibcxx_observable_checkpoint 202506L
2272# if defined(__glibcxx_want_all) || defined(__glibcxx_want_observable_checkpoint)
2273# define __cpp_lib_observable_checkpoint 202506L
2277#undef __glibcxx_want_observable_checkpoint
2279#if !defined(__cpp_lib_algorithm_iterator_requirements)
2280# if (__cplusplus >= 202002L)
2281# define __glibcxx_algorithm_iterator_requirements 202207L
2282# if defined(__glibcxx_want_all) || defined(__glibcxx_want_algorithm_iterator_requirements)
2283# define __cpp_lib_algorithm_iterator_requirements 202207L
2287#undef __glibcxx_want_algorithm_iterator_requirements
2289#if !defined(__cpp_lib_algorithm_default_value_type)
2290# if (__cplusplus > 202302L)
2291# define __glibcxx_algorithm_default_value_type 202403L
2292# if defined(__glibcxx_want_all) || defined(__glibcxx_want_algorithm_default_value_type)
2293# define __cpp_lib_algorithm_default_value_type 202403L
2297#undef __glibcxx_want_algorithm_default_value_type
2299#if !defined(__cpp_lib_constexpr_new)
2300# if (__cplusplus > 202302L) && (__cpp_constexpr >= 202406L)
2301# define __glibcxx_constexpr_new 202406L
2302# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_new)
2303# define __cpp_lib_constexpr_new 202406L
2307#undef __glibcxx_want_constexpr_new
2309#if !defined(__cpp_lib_debugging)
2310# if (__cplusplus > 202302L)
2311# define __glibcxx_debugging 202403L
2312# if defined(__glibcxx_want_all) || defined(__glibcxx_want_debugging)
2313# define __cpp_lib_debugging 202403L
2317#undef __glibcxx_want_debugging
2319#if !defined(__cpp_lib_fstream_native_handle)
2320# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2321# define __glibcxx_fstream_native_handle 202306L
2322# if defined(__glibcxx_want_all) || defined(__glibcxx_want_fstream_native_handle)
2323# define __cpp_lib_fstream_native_handle 202306L
2327#undef __glibcxx_want_fstream_native_handle
2329#if !defined(__cpp_lib_is_virtual_base_of)
2330# if (__cplusplus > 202302L) && (__has_builtin(__builtin_is_virtual_base_of))
2331# define __glibcxx_is_virtual_base_of 202406L
2332# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_virtual_base_of)
2333# define __cpp_lib_is_virtual_base_of 202406L
2337#undef __glibcxx_want_is_virtual_base_of
2339#if !defined(__cpp_lib_ranges_cache_latest)
2340# if (__cplusplus > 202302L)
2341# define __glibcxx_ranges_cache_latest 202411L
2342# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_cache_latest)
2343# define __cpp_lib_ranges_cache_latest 202411L
2347#undef __glibcxx_want_ranges_cache_latest
2349#if !defined(__cpp_lib_ranges_concat)
2350# if (__cplusplus > 202302L) && (__cpp_pack_indexing)
2351# define __glibcxx_ranges_concat 202403L
2352# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_concat)
2353# define __cpp_lib_ranges_concat 202403L
2357#undef __glibcxx_want_ranges_concat
2359#if !defined(__cpp_lib_ratio)
2360# if (__cplusplus > 202302L)
2361# define __glibcxx_ratio 202306L
2362# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ratio)
2363# define __cpp_lib_ratio 202306L
2367#undef __glibcxx_want_ratio
2369#if !defined(__cpp_lib_reference_wrapper)
2370# if (__cplusplus > 202302L)
2371# define __glibcxx_reference_wrapper 202403L
2372# if defined(__glibcxx_want_all) || defined(__glibcxx_want_reference_wrapper)
2373# define __cpp_lib_reference_wrapper 202403L
2377#undef __glibcxx_want_reference_wrapper
2379#if !defined(__cpp_lib_saturation_arithmetic)
2380# if (__cplusplus > 202302L)
2381# define __glibcxx_saturation_arithmetic 202311L
2382# if defined(__glibcxx_want_all) || defined(__glibcxx_want_saturation_arithmetic)
2383# define __cpp_lib_saturation_arithmetic 202311L
2387#undef __glibcxx_want_saturation_arithmetic
2389#if !defined(__cpp_lib_span_initializer_list)
2390# if (__cplusplus > 202302L)
2391# define __glibcxx_span_initializer_list 202311L
2392# if defined(__glibcxx_want_all) || defined(__glibcxx_want_span_initializer_list)
2393# define __cpp_lib_span_initializer_list 202311L
2397#undef __glibcxx_want_span_initializer_list
2399#if !defined(__cpp_lib_text_encoding)
2400# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED && (_GLIBCXX_USE_NL_LANGINFO_L)
2401# define __glibcxx_text_encoding 202306L
2402# if defined(__glibcxx_want_all) || defined(__glibcxx_want_text_encoding)
2403# define __cpp_lib_text_encoding 202306L
2407#undef __glibcxx_want_text_encoding
2409#if !defined(__cpp_lib_ranges_to_input)
2410# if (__cplusplus > 202302L)
2411# define __glibcxx_ranges_to_input 202502L
2412# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_to_input)
2413# define __cpp_lib_ranges_to_input 202502L
2417#undef __glibcxx_want_ranges_to_input
2419#if !defined(__cpp_lib_to_string)
2420# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED && (__glibcxx_to_chars)
2421# define __glibcxx_to_string 202306L
2422# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_string)
2423# define __cpp_lib_to_string 202306L
2427#undef __glibcxx_want_to_string
2429#if !defined(__cpp_lib_modules)
2430# if (__cplusplus >= 202002L) && (__cpp_modules)
2431# define __glibcxx_modules 202207L
2432# if defined(__glibcxx_want_all) || defined(__glibcxx_want_modules)
2433# define __cpp_lib_modules 202207L
2437#undef __glibcxx_want_modules
2439#if !defined(__cpp_lib_inplace_vector)
2440# if (__cplusplus > 202302L)
2441# define __glibcxx_inplace_vector 202406L
2442# if defined(__glibcxx_want_all) || defined(__glibcxx_want_inplace_vector)
2443# define __cpp_lib_inplace_vector 202406L
2447#undef __glibcxx_want_inplace_vector
2449#if !defined(__cpp_lib_indirect)
2450# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2451# define __glibcxx_indirect 202502L
2452# if defined(__glibcxx_want_all) || defined(__glibcxx_want_indirect)
2453# define __cpp_lib_indirect 202502L
2457#undef __glibcxx_want_indirect
2459#if !defined(__cpp_lib_polymorphic)
2460# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2461# define __glibcxx_polymorphic 202502L
2462# if defined(__glibcxx_want_all) || defined(__glibcxx_want_polymorphic)
2463# define __cpp_lib_polymorphic 202502L
2467#undef __glibcxx_want_polymorphic
2469#if !defined(__cpp_lib_smart_ptr_owner_equality)
2470# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2471# define __glibcxx_smart_ptr_owner_equality 202306L
2472# if defined(__glibcxx_want_all) || defined(__glibcxx_want_smart_ptr_owner_equality)
2473# define __cpp_lib_smart_ptr_owner_equality 202306L
2477#undef __glibcxx_want_smart_ptr_owner_equality
2479#if !defined(__cpp_lib_sstream_from_string_view)
2480# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2481# define __glibcxx_sstream_from_string_view 202306L
2482# if defined(__glibcxx_want_all) || defined(__glibcxx_want_sstream_from_string_view)
2483# define __cpp_lib_sstream_from_string_view 202306L
2487#undef __glibcxx_want_sstream_from_string_view
2489#if !defined(__cpp_lib_type_order)
2490# if (__cplusplus > 202302L) && (__has_builtin(__builtin_type_order) && __cpp_lib_three_way_comparison >= 201907L)
2491# define __glibcxx_type_order 202506L
2492# if defined(__glibcxx_want_all) || defined(__glibcxx_want_type_order)
2493# define __cpp_lib_type_order 202506L
2497#undef __glibcxx_want_type_order
2499#if !defined(__cpp_lib_exception_ptr_cast)
2500# if (__cplusplus > 202302L)
2501# define __glibcxx_exception_ptr_cast 202506L
2502# if defined(__glibcxx_want_all) || defined(__glibcxx_want_exception_ptr_cast)
2503# define __cpp_lib_exception_ptr_cast 202506L
2507#undef __glibcxx_want_exception_ptr_cast
2509#if !defined(__cpp_lib_bitset)
2510# if (__cplusplus > 202302L)
2511# define __glibcxx_bitset 202306L
2512# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bitset)
2513# define __cpp_lib_bitset 202306L
2517#undef __glibcxx_want_bitset
2519#if !defined(__cpp_lib_constexpr_exceptions)
2520# if (__cplusplus > 202302L) && _GLIBCXX_USE_CXX11_ABI && (__cpp_constexpr_exceptions >= 202411L)
2521# define __glibcxx_constexpr_exceptions 202502L
2522# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_exceptions)
2523# define __cpp_lib_constexpr_exceptions 202502L
2527#undef __glibcxx_want_constexpr_exceptions
2529#if !defined(__cpp_lib_philox_engine)
2530# if (__cplusplus > 202302L)
2531# define __glibcxx_philox_engine 202406L
2532# if defined(__glibcxx_want_all) || defined(__glibcxx_want_philox_engine)
2533# define __cpp_lib_philox_engine 202406L
2537#undef __glibcxx_want_philox_engine
2539#if !defined(__cpp_lib_reflection)
2540# if (__cplusplus > 202302L) && _GLIBCXX_USE_CXX11_ABI && (__cpp_impl_reflection >= 202506L)
2541# define __glibcxx_reflection 202506L
2542# if defined(__glibcxx_want_all) || defined(__glibcxx_want_reflection)
2543# define __cpp_lib_reflection 202506L
2547#undef __glibcxx_want_reflection
2549#if !defined(__cpp_lib_is_implicit_lifetime)
2550# if (__cplusplus >= 202100L) && (__has_builtin(__builtin_is_implicit_lifetime))
2551# define __glibcxx_is_implicit_lifetime 202302L
2552# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_implicit_lifetime)
2553# define __cpp_lib_is_implicit_lifetime 202302L
2557#undef __glibcxx_want_is_implicit_lifetime
2559#if !defined(__cpp_lib_contracts)
2560# if (__cplusplus > 202302L) && (__cpp_contracts >= 202502L)
2561# define __glibcxx_contracts 202502L
2562# if defined(__glibcxx_want_all) || defined(__glibcxx_want_contracts)
2563# define __cpp_lib_contracts 202502L
2567#undef __glibcxx_want_contracts
2569#undef __glibcxx_want_all