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_has_unique_object_representations)
434# if (__cplusplus >= 201703L) && (defined(_GLIBCXX_HAVE_BUILTIN_HAS_UNIQ_OBJ_REP))
435# define __glibcxx_has_unique_object_representations 201606L
436# if defined(__glibcxx_want_all) || defined(__glibcxx_want_has_unique_object_representations)
437# define __cpp_lib_has_unique_object_representations 201606L
441#undef __glibcxx_want_has_unique_object_representations
443#if !defined(__cpp_lib_hardware_interference_size)
444# if (__cplusplus >= 201703L) && (defined(__GCC_DESTRUCTIVE_SIZE))
445# define __glibcxx_hardware_interference_size 201703L
446# if defined(__glibcxx_want_all) || defined(__glibcxx_want_hardware_interference_size)
447# define __cpp_lib_hardware_interference_size 201703L
451#undef __glibcxx_want_hardware_interference_size
453#if !defined(__cpp_lib_invoke)
454# if (__cplusplus >= 201703L)
455# define __glibcxx_invoke 201411L
456# if defined(__glibcxx_want_all) || defined(__glibcxx_want_invoke)
457# define __cpp_lib_invoke 201411L
461#undef __glibcxx_want_invoke
463#if !defined(__cpp_lib_is_aggregate)
464# if (__cplusplus >= 201703L) && (defined(_GLIBCXX_HAVE_BUILTIN_IS_AGGREGATE))
465# define __glibcxx_is_aggregate 201703L
466# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_aggregate)
467# define __cpp_lib_is_aggregate 201703L
471#undef __glibcxx_want_is_aggregate
473#if !defined(__cpp_lib_is_invocable)
474# if (__cplusplus >= 201703L)
475# define __glibcxx_is_invocable 201703L
476# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_invocable)
477# define __cpp_lib_is_invocable 201703L
481#undef __glibcxx_want_is_invocable
483#if !defined(__cpp_lib_launder)
484# if (__cplusplus >= 201703L) && (defined(_GLIBCXX_HAVE_BUILTIN_LAUNDER))
485# define __glibcxx_launder 201606L
486# if defined(__glibcxx_want_all) || defined(__glibcxx_want_launder)
487# define __cpp_lib_launder 201606L
491#undef __glibcxx_want_launder
493#if !defined(__cpp_lib_logical_traits)
494# if (__cplusplus >= 201703L)
495# define __glibcxx_logical_traits 201510L
496# if defined(__glibcxx_want_all) || defined(__glibcxx_want_logical_traits)
497# define __cpp_lib_logical_traits 201510L
501#undef __glibcxx_want_logical_traits
503#if !defined(__cpp_lib_make_from_tuple)
504# if (__cplusplus >= 201703L)
505# define __glibcxx_make_from_tuple 201606L
506# if defined(__glibcxx_want_all) || defined(__glibcxx_want_make_from_tuple)
507# define __cpp_lib_make_from_tuple 201606L
511#undef __glibcxx_want_make_from_tuple
513#if !defined(__cpp_lib_not_fn)
514# if (__cplusplus >= 201703L)
515# define __glibcxx_not_fn 201603L
516# if defined(__glibcxx_want_all) || defined(__glibcxx_want_not_fn)
517# define __cpp_lib_not_fn 201603L
521#undef __glibcxx_want_not_fn
523#if !defined(__cpp_lib_type_trait_variable_templates)
524# if (__cplusplus >= 201703L)
525# define __glibcxx_type_trait_variable_templates 201510L
526# if defined(__glibcxx_want_all) || defined(__glibcxx_want_type_trait_variable_templates)
527# define __cpp_lib_type_trait_variable_templates 201510L
531#undef __glibcxx_want_type_trait_variable_templates
533#if !defined(__cpp_lib_variant)
534# if (__cplusplus > 202302L) && (__cpp_concepts >= 202002L && __cpp_constexpr >= 201811L && __cpp_explicit_this_parameter)
535# define __glibcxx_variant 202306L
536# if defined(__glibcxx_want_all) || defined(__glibcxx_want_variant)
537# define __cpp_lib_variant 202306L
539# elif (__cplusplus >= 202002L) && (__cpp_concepts >= 202002L && __cpp_constexpr >= 201811L)
540# define __glibcxx_variant 202106L
541# if defined(__glibcxx_want_all) || defined(__glibcxx_want_variant)
542# define __cpp_lib_variant 202106L
544# elif (__cplusplus >= 201703L)
545# define __glibcxx_variant 202102L
546# if defined(__glibcxx_want_all) || defined(__glibcxx_want_variant)
547# define __cpp_lib_variant 202102L
551#undef __glibcxx_want_variant
553#if !defined(__cpp_lib_lcm)
554# if (__cplusplus >= 201703L)
555# define __glibcxx_lcm 201606L
556# if defined(__glibcxx_want_all) || defined(__glibcxx_want_lcm)
557# define __cpp_lib_lcm 201606L
561#undef __glibcxx_want_lcm
563#if !defined(__cpp_lib_gcd)
564# if (__cplusplus >= 201703L)
565# define __glibcxx_gcd 201606L
566# if defined(__glibcxx_want_all) || defined(__glibcxx_want_gcd)
567# define __cpp_lib_gcd 201606L
571#undef __glibcxx_want_gcd
573#if !defined(__cpp_lib_gcd_lcm)
574# if (__cplusplus >= 201703L)
575# define __glibcxx_gcd_lcm 201606L
576# if defined(__glibcxx_want_all) || defined(__glibcxx_want_gcd_lcm)
577# define __cpp_lib_gcd_lcm 201606L
581#undef __glibcxx_want_gcd_lcm
583#if !defined(__cpp_lib_raw_memory_algorithms)
584# if (__cplusplus > 202302L) && (__cpp_constexpr >= 202406L)
585# define __glibcxx_raw_memory_algorithms 202411L
586# if defined(__glibcxx_want_all) || defined(__glibcxx_want_raw_memory_algorithms)
587# define __cpp_lib_raw_memory_algorithms 202411L
589# elif (__cplusplus >= 201703L)
590# define __glibcxx_raw_memory_algorithms 201606L
591# if defined(__glibcxx_want_all) || defined(__glibcxx_want_raw_memory_algorithms)
592# define __cpp_lib_raw_memory_algorithms 201606L
596#undef __glibcxx_want_raw_memory_algorithms
598#if !defined(__cpp_lib_array_constexpr)
599# if (__cplusplus >= 202002L)
600# define __glibcxx_array_constexpr 201811L
601# if defined(__glibcxx_want_all) || defined(__glibcxx_want_array_constexpr)
602# define __cpp_lib_array_constexpr 201811L
604# elif (__cplusplus >= 201703L)
605# define __glibcxx_array_constexpr 201803L
606# if defined(__glibcxx_want_all) || defined(__glibcxx_want_array_constexpr)
607# define __cpp_lib_array_constexpr 201803L
611#undef __glibcxx_want_array_constexpr
613#if !defined(__cpp_lib_nonmember_container_access)
614# if (__cplusplus >= 201703L)
615# define __glibcxx_nonmember_container_access 201411L
616# if defined(__glibcxx_want_all) || defined(__glibcxx_want_nonmember_container_access)
617# define __cpp_lib_nonmember_container_access 201411L
621#undef __glibcxx_want_nonmember_container_access
623#if !defined(__cpp_lib_clamp)
624# if (__cplusplus >= 201703L)
625# define __glibcxx_clamp 201603L
626# if defined(__glibcxx_want_all) || defined(__glibcxx_want_clamp)
627# define __cpp_lib_clamp 201603L
631#undef __glibcxx_want_clamp
633#if !defined(__cpp_lib_sample)
634# if (__cplusplus >= 201703L)
635# define __glibcxx_sample 201603L
636# if defined(__glibcxx_want_all) || defined(__glibcxx_want_sample)
637# define __cpp_lib_sample 201603L
641#undef __glibcxx_want_sample
643#if !defined(__cpp_lib_boyer_moore_searcher)
644# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
645# define __glibcxx_boyer_moore_searcher 201603L
646# if defined(__glibcxx_want_all) || defined(__glibcxx_want_boyer_moore_searcher)
647# define __cpp_lib_boyer_moore_searcher 201603L
651#undef __glibcxx_want_boyer_moore_searcher
653#if !defined(__cpp_lib_chrono)
654# if (__cplusplus >= 202002L) && _GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED
655# define __glibcxx_chrono 201907L
656# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono)
657# define __cpp_lib_chrono 201907L
659# elif (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
660# define __glibcxx_chrono 201611L
661# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono)
662# define __cpp_lib_chrono 201611L
666#undef __glibcxx_want_chrono
668#if !defined(__cpp_lib_chrono_cxx20)
669# if (__cplusplus >= 202002L)
670# define __glibcxx_chrono_cxx20 201800L
671# if defined(__glibcxx_want_all) || defined(__glibcxx_want_chrono_cxx20)
675#undef __glibcxx_want_chrono_cxx20
677#if !defined(__cpp_lib_execution)
678# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
679# define __glibcxx_execution 201902L
680# if defined(__glibcxx_want_all) || defined(__glibcxx_want_execution)
681# define __cpp_lib_execution 201902L
685#undef __glibcxx_want_execution
687#if !defined(__cpp_lib_filesystem)
688# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
689# define __glibcxx_filesystem 201703L
690# if defined(__glibcxx_want_all) || defined(__glibcxx_want_filesystem)
691# define __cpp_lib_filesystem 201703L
695#undef __glibcxx_want_filesystem
697#if !defined(__cpp_lib_hypot)
698# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
699# define __glibcxx_hypot 201603L
700# if defined(__glibcxx_want_all) || defined(__glibcxx_want_hypot)
701# define __cpp_lib_hypot 201603L
705#undef __glibcxx_want_hypot
707#if !defined(__cpp_lib_map_try_emplace)
708# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
709# define __glibcxx_map_try_emplace 201411L
710# if defined(__glibcxx_want_all) || defined(__glibcxx_want_map_try_emplace)
711# define __cpp_lib_map_try_emplace 201411L
715#undef __glibcxx_want_map_try_emplace
717#if !defined(__cpp_lib_math_special_functions)
718# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
719# define __glibcxx_math_special_functions 201603L
720# if defined(__glibcxx_want_all) || defined(__glibcxx_want_math_special_functions)
721# define __cpp_lib_math_special_functions 201603L
725#undef __glibcxx_want_math_special_functions
727#if !defined(__cpp_lib_memory_resource)
728# if (__cplusplus >= 201703L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
729# define __glibcxx_memory_resource 201603L
730# if defined(__glibcxx_want_all) || defined(__glibcxx_want_memory_resource)
731# define __cpp_lib_memory_resource 201603L
733# elif (__cplusplus >= 201703L) && !defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
734# define __glibcxx_memory_resource 1L
735# if defined(__glibcxx_want_all) || defined(__glibcxx_want_memory_resource)
736# define __cpp_lib_memory_resource 1L
740#undef __glibcxx_want_memory_resource
742#if !defined(__cpp_lib_node_extract)
743# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
744# define __glibcxx_node_extract 201606L
745# if defined(__glibcxx_want_all) || defined(__glibcxx_want_node_extract)
746# define __cpp_lib_node_extract 201606L
750#undef __glibcxx_want_node_extract
752#if !defined(__cpp_lib_parallel_algorithm)
753# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
754# define __glibcxx_parallel_algorithm 201603L
755# if defined(__glibcxx_want_all) || defined(__glibcxx_want_parallel_algorithm)
756# define __cpp_lib_parallel_algorithm 201603L
760#undef __glibcxx_want_parallel_algorithm
762#if !defined(__cpp_lib_scoped_lock)
763# if (__cplusplus >= 201703L)
764# define __glibcxx_scoped_lock 201703L
765# if defined(__glibcxx_want_all) || defined(__glibcxx_want_scoped_lock)
766# define __cpp_lib_scoped_lock 201703L
770#undef __glibcxx_want_scoped_lock
772#if !defined(__cpp_lib_shared_mutex)
773# if (__cplusplus >= 201703L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
774# define __glibcxx_shared_mutex 201505L
775# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shared_mutex)
776# define __cpp_lib_shared_mutex 201505L
780#undef __glibcxx_want_shared_mutex
782#if !defined(__cpp_lib_shared_ptr_weak_type)
783# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
784# define __glibcxx_shared_ptr_weak_type 201606L
785# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shared_ptr_weak_type)
786# define __cpp_lib_shared_ptr_weak_type 201606L
790#undef __glibcxx_want_shared_ptr_weak_type
792#if !defined(__cpp_lib_string_view)
793# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
794# define __glibcxx_string_view 202403L
795# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_view)
796# define __cpp_lib_string_view 202403L
798# elif (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
799# define __glibcxx_string_view 201803L
800# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_view)
801# define __cpp_lib_string_view 201803L
805#undef __glibcxx_want_string_view
807#if !defined(__cpp_lib_unordered_map_try_emplace)
808# if (__cplusplus >= 201703L) && _GLIBCXX_HOSTED
809# define __glibcxx_unordered_map_try_emplace 201411L
810# if defined(__glibcxx_want_all) || defined(__glibcxx_want_unordered_map_try_emplace)
811# define __cpp_lib_unordered_map_try_emplace 201411L
815#undef __glibcxx_want_unordered_map_try_emplace
817#if !defined(__cpp_lib_assume_aligned)
818# if (__cplusplus >= 202002L)
819# define __glibcxx_assume_aligned 201811L
820# if defined(__glibcxx_want_all) || defined(__glibcxx_want_assume_aligned)
821# define __cpp_lib_assume_aligned 201811L
825#undef __glibcxx_want_assume_aligned
827#if !defined(__cpp_lib_is_sufficiently_aligned)
828# if (__cplusplus > 202302L)
829# define __glibcxx_is_sufficiently_aligned 202411L
830# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_sufficiently_aligned)
831# define __cpp_lib_is_sufficiently_aligned 202411L
835#undef __glibcxx_want_is_sufficiently_aligned
837#if !defined(__cpp_lib_atomic_flag_test)
838# if (__cplusplus >= 202002L)
839# define __glibcxx_atomic_flag_test 201907L
840# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_flag_test)
841# define __cpp_lib_atomic_flag_test 201907L
845#undef __glibcxx_want_atomic_flag_test
847#if !defined(__cpp_lib_atomic_float)
848# if (__cplusplus >= 202002L)
849# define __glibcxx_atomic_float 201711L
850# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_float)
851# define __cpp_lib_atomic_float 201711L
855#undef __glibcxx_want_atomic_float
857#if !defined(__cpp_lib_atomic_lock_free_type_aliases)
858# if (__cplusplus >= 202002L) && ((__GCC_ATOMIC_INT_LOCK_FREE | __GCC_ATOMIC_LONG_LOCK_FREE | __GCC_ATOMIC_CHAR_LOCK_FREE) & 2)
859# define __glibcxx_atomic_lock_free_type_aliases 201907L
860# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_lock_free_type_aliases)
861# define __cpp_lib_atomic_lock_free_type_aliases 201907L
865#undef __glibcxx_want_atomic_lock_free_type_aliases
867#if !defined(__cpp_lib_atomic_ref)
868# if (__cplusplus >= 202002L)
869# define __glibcxx_atomic_ref 201806L
870# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_ref)
871# define __cpp_lib_atomic_ref 201806L
875#undef __glibcxx_want_atomic_ref
877#if !defined(__cpp_lib_atomic_value_initialization)
878# if (__cplusplus >= 202002L) && (__cpp_concepts >= 201907L)
879# define __glibcxx_atomic_value_initialization 201911L
880# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_value_initialization)
881# define __cpp_lib_atomic_value_initialization 201911L
885#undef __glibcxx_want_atomic_value_initialization
887#if !defined(__cpp_lib_bind_front)
888# if (__cplusplus >= 202002L)
889# define __glibcxx_bind_front 201907L
890# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bind_front)
891# define __cpp_lib_bind_front 201907L
895#undef __glibcxx_want_bind_front
897#if !defined(__cpp_lib_bind_back)
898# if (__cplusplus >= 202100L) && (__cpp_explicit_this_parameter)
899# define __glibcxx_bind_back 202202L
900# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bind_back)
901# define __cpp_lib_bind_back 202202L
905#undef __glibcxx_want_bind_back
907#if !defined(__cpp_lib_starts_ends_with)
908# if (__cplusplus >= 202002L)
909# define __glibcxx_starts_ends_with 201711L
910# if defined(__glibcxx_want_all) || defined(__glibcxx_want_starts_ends_with)
911# define __cpp_lib_starts_ends_with 201711L
915#undef __glibcxx_want_starts_ends_with
917#if !defined(__cpp_lib_bit_cast)
918# if (__cplusplus >= 202002L) && (__has_builtin(__builtin_bit_cast))
919# define __glibcxx_bit_cast 201806L
920# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bit_cast)
921# define __cpp_lib_bit_cast 201806L
925#undef __glibcxx_want_bit_cast
927#if !defined(__cpp_lib_bitops)
928# if (__cplusplus >= 202002L)
929# define __glibcxx_bitops 201907L
930# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bitops)
931# define __cpp_lib_bitops 201907L
935#undef __glibcxx_want_bitops
937#if !defined(__cpp_lib_bounded_array_traits)
938# if (__cplusplus >= 202002L)
939# define __glibcxx_bounded_array_traits 201902L
940# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bounded_array_traits)
941# define __cpp_lib_bounded_array_traits 201902L
945#undef __glibcxx_want_bounded_array_traits
947#if !defined(__cpp_lib_concepts)
948# if (__cplusplus >= 202002L) && (__cpp_concepts >= 201907L)
949# define __glibcxx_concepts 202002L
950# if defined(__glibcxx_want_all) || defined(__glibcxx_want_concepts)
951# define __cpp_lib_concepts 202002L
955#undef __glibcxx_want_concepts
957#if !defined(__cpp_lib_optional)
958# if (__cplusplus >= 202100L) && (__glibcxx_concepts)
959# define __glibcxx_optional 202110L
960# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional)
961# define __cpp_lib_optional 202110L
963# elif (__cplusplus >= 202002L)
964# define __glibcxx_optional 202106L
965# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional)
966# define __cpp_lib_optional 202106L
968# elif (__cplusplus >= 201703L)
969# define __glibcxx_optional 201606L
970# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional)
971# define __cpp_lib_optional 201606L
975#undef __glibcxx_want_optional
977#if !defined(__cpp_lib_optional_range_support)
978# if (__cplusplus > 202302L)
979# define __glibcxx_optional_range_support 202406L
980# if defined(__glibcxx_want_all) || defined(__glibcxx_want_optional_range_support)
981# define __cpp_lib_optional_range_support 202406L
985#undef __glibcxx_want_optional_range_support
987#if !defined(__cpp_lib_destroying_delete)
988# if (__cplusplus >= 202002L) && (__cpp_impl_destroying_delete)
989# define __glibcxx_destroying_delete 201806L
990# if defined(__glibcxx_want_all) || defined(__glibcxx_want_destroying_delete)
991# define __cpp_lib_destroying_delete 201806L
995#undef __glibcxx_want_destroying_delete
997#if !defined(__cpp_lib_constexpr_string_view)
998# if (__cplusplus >= 202002L)
999# define __glibcxx_constexpr_string_view 201811L
1000# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_string_view)
1001# define __cpp_lib_constexpr_string_view 201811L
1005#undef __glibcxx_want_constexpr_string_view
1007#if !defined(__cpp_lib_endian)
1008# if (__cplusplus >= 202002L)
1009# define __glibcxx_endian 201907L
1010# if defined(__glibcxx_want_all) || defined(__glibcxx_want_endian)
1011# define __cpp_lib_endian 201907L
1015#undef __glibcxx_want_endian
1017#if !defined(__cpp_lib_int_pow2)
1018# if (__cplusplus >= 202002L)
1019# define __glibcxx_int_pow2 202002L
1020# if defined(__glibcxx_want_all) || defined(__glibcxx_want_int_pow2)
1021# define __cpp_lib_int_pow2 202002L
1025#undef __glibcxx_want_int_pow2
1027#if !defined(__cpp_lib_integer_comparison_functions)
1028# if (__cplusplus >= 202002L)
1029# define __glibcxx_integer_comparison_functions 202002L
1030# if defined(__glibcxx_want_all) || defined(__glibcxx_want_integer_comparison_functions)
1031# define __cpp_lib_integer_comparison_functions 202002L
1035#undef __glibcxx_want_integer_comparison_functions
1037#if !defined(__cpp_lib_is_constant_evaluated)
1038# if (__cplusplus >= 202002L) && (defined(_GLIBCXX_HAVE_IS_CONSTANT_EVALUATED))
1039# define __glibcxx_is_constant_evaluated 201811L
1040# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_constant_evaluated)
1041# define __cpp_lib_is_constant_evaluated 201811L
1045#undef __glibcxx_want_is_constant_evaluated
1047#if !defined(__cpp_lib_constexpr_char_traits)
1048# if (__cplusplus >= 202002L) && (defined(__glibcxx_is_constant_evaluated))
1049# define __glibcxx_constexpr_char_traits 201811L
1050# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_char_traits)
1051# define __cpp_lib_constexpr_char_traits 201811L
1053# elif (__cplusplus >= 201703L) && (_GLIBCXX_HAVE_IS_CONSTANT_EVALUATED)
1054# define __glibcxx_constexpr_char_traits 201611L
1055# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_char_traits)
1056# define __cpp_lib_constexpr_char_traits 201611L
1060#undef __glibcxx_want_constexpr_char_traits
1062#if !defined(__cpp_lib_is_layout_compatible)
1063# if (__cplusplus >= 202002L) && (__has_builtin(__is_layout_compatible) && __has_builtin(__builtin_is_corresponding_member))
1064# define __glibcxx_is_layout_compatible 201907L
1065# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_layout_compatible)
1066# define __cpp_lib_is_layout_compatible 201907L
1070#undef __glibcxx_want_is_layout_compatible
1072#if !defined(__cpp_lib_is_nothrow_convertible)
1073# if (__cplusplus >= 202002L)
1074# define __glibcxx_is_nothrow_convertible 201806L
1075# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_nothrow_convertible)
1076# define __cpp_lib_is_nothrow_convertible 201806L
1080#undef __glibcxx_want_is_nothrow_convertible
1082#if !defined(__cpp_lib_is_pointer_interconvertible)
1083# if (__cplusplus >= 202002L) && (__has_builtin(__is_pointer_interconvertible_base_of) && __has_builtin(__builtin_is_pointer_interconvertible_with_class))
1084# define __glibcxx_is_pointer_interconvertible 201907L
1085# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_pointer_interconvertible)
1086# define __cpp_lib_is_pointer_interconvertible 201907L
1090#undef __glibcxx_want_is_pointer_interconvertible
1092#if !defined(__cpp_lib_math_constants)
1093# if (__cplusplus >= 202002L)
1094# define __glibcxx_math_constants 201907L
1095# if defined(__glibcxx_want_all) || defined(__glibcxx_want_math_constants)
1096# define __cpp_lib_math_constants 201907L
1100#undef __glibcxx_want_math_constants
1102#if !defined(__cpp_lib_make_obj_using_allocator)
1103# if (__cplusplus >= 202002L) && (__cpp_concepts)
1104# define __glibcxx_make_obj_using_allocator 201811L
1105# if defined(__glibcxx_want_all) || defined(__glibcxx_want_make_obj_using_allocator)
1109#undef __glibcxx_want_make_obj_using_allocator
1111#if !defined(__cpp_lib_remove_cvref)
1112# if (__cplusplus >= 202002L)
1113# define __glibcxx_remove_cvref 201711L
1114# if defined(__glibcxx_want_all) || defined(__glibcxx_want_remove_cvref)
1115# define __cpp_lib_remove_cvref 201711L
1119#undef __glibcxx_want_remove_cvref
1121#if !defined(__cpp_lib_source_location)
1122# if (__cplusplus >= 202002L) && (__has_builtin(__builtin_source_location))
1123# define __glibcxx_source_location 201907L
1124# if defined(__glibcxx_want_all) || defined(__glibcxx_want_source_location)
1125# define __cpp_lib_source_location 201907L
1129#undef __glibcxx_want_source_location
1131#if !defined(__cpp_lib_span)
1132# if (__cplusplus > 202302L) && (__glibcxx_concepts)
1133# define __glibcxx_span 202311L
1134# if defined(__glibcxx_want_all) || defined(__glibcxx_want_span)
1135# define __cpp_lib_span 202311L
1137# elif (__cplusplus >= 202002L) && (__glibcxx_concepts)
1138# define __glibcxx_span 202002L
1139# if defined(__glibcxx_want_all) || defined(__glibcxx_want_span)
1140# define __cpp_lib_span 202002L
1144#undef __glibcxx_want_span
1146#if !defined(__cpp_lib_mdspan)
1147# if (__cplusplus > 202302L)
1148# define __glibcxx_mdspan 202406L
1149# if defined(__glibcxx_want_all) || defined(__glibcxx_want_mdspan)
1150# define __cpp_lib_mdspan 202406L
1152# elif (__cplusplus >= 202100L)
1153# define __glibcxx_mdspan 202207L
1154# if defined(__glibcxx_want_all) || defined(__glibcxx_want_mdspan)
1155# define __cpp_lib_mdspan 202207L
1159#undef __glibcxx_want_mdspan
1161#if !defined(__cpp_lib_aligned_accessor)
1162# if (__cplusplus > 202302L) && (__glibcxx_assume_aligned && __glibcxx_is_sufficiently_aligned)
1163# define __glibcxx_aligned_accessor 202411L
1164# if defined(__glibcxx_want_all) || defined(__glibcxx_want_aligned_accessor)
1165# define __cpp_lib_aligned_accessor 202411L
1169#undef __glibcxx_want_aligned_accessor
1171#if !defined(__cpp_lib_ssize)
1172# if (__cplusplus >= 202002L)
1173# define __glibcxx_ssize 201902L
1174# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ssize)
1175# define __cpp_lib_ssize 201902L
1179#undef __glibcxx_want_ssize
1181#if !defined(__cpp_lib_three_way_comparison)
1182# if (__cplusplus >= 202002L) && (__cpp_impl_three_way_comparison >= 201907L && __glibcxx_concepts)
1183# define __glibcxx_three_way_comparison 201907L
1184# if defined(__glibcxx_want_all) || defined(__glibcxx_want_three_way_comparison)
1185# define __cpp_lib_three_way_comparison 201907L
1189#undef __glibcxx_want_three_way_comparison
1191#if !defined(__cpp_lib_to_address)
1192# if (__cplusplus >= 202002L)
1193# define __glibcxx_to_address 201711L
1194# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_address)
1195# define __cpp_lib_to_address 201711L
1199#undef __glibcxx_want_to_address
1201#if !defined(__cpp_lib_to_array)
1202# if (__cplusplus >= 202002L) && (__cpp_generic_lambdas >= 201707L)
1203# define __glibcxx_to_array 201907L
1204# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_array)
1205# define __cpp_lib_to_array 201907L
1209#undef __glibcxx_want_to_array
1211#if !defined(__cpp_lib_type_identity)
1212# if (__cplusplus >= 202002L)
1213# define __glibcxx_type_identity 201806L
1214# if defined(__glibcxx_want_all) || defined(__glibcxx_want_type_identity)
1215# define __cpp_lib_type_identity 201806L
1219#undef __glibcxx_want_type_identity
1221#if !defined(__cpp_lib_unwrap_ref)
1222# if (__cplusplus >= 202002L)
1223# define __glibcxx_unwrap_ref 201811L
1224# if defined(__glibcxx_want_all) || defined(__glibcxx_want_unwrap_ref)
1225# define __cpp_lib_unwrap_ref 201811L
1229#undef __glibcxx_want_unwrap_ref
1231#if !defined(__cpp_lib_constexpr_iterator)
1232# if (__cplusplus >= 202002L)
1233# define __glibcxx_constexpr_iterator 201811L
1234# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_iterator)
1235# define __cpp_lib_constexpr_iterator 201811L
1239#undef __glibcxx_want_constexpr_iterator
1241#if !defined(__cpp_lib_interpolate)
1242# if (__cplusplus >= 202002L)
1243# define __glibcxx_interpolate 201902L
1244# if defined(__glibcxx_want_all) || defined(__glibcxx_want_interpolate)
1245# define __cpp_lib_interpolate 201902L
1249#undef __glibcxx_want_interpolate
1251#if !defined(__cpp_lib_constexpr_utility)
1252# if (__cplusplus >= 202002L)
1253# define __glibcxx_constexpr_utility 201811L
1254# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_utility)
1255# define __cpp_lib_constexpr_utility 201811L
1259#undef __glibcxx_want_constexpr_utility
1261#if !defined(__cpp_lib_shift)
1262# if (__cplusplus >= 202100L)
1263# define __glibcxx_shift 202202L
1264# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shift)
1265# define __cpp_lib_shift 202202L
1267# elif (__cplusplus >= 202002L)
1268# define __glibcxx_shift 201806L
1269# if defined(__glibcxx_want_all) || defined(__glibcxx_want_shift)
1270# define __cpp_lib_shift 201806L
1274#undef __glibcxx_want_shift
1276#if !defined(__cpp_lib_ranges)
1277# if (__cplusplus > 202302L) && (__glibcxx_concepts)
1278# define __glibcxx_ranges 202406L
1279# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges)
1280# define __cpp_lib_ranges 202406L
1282# elif (__cplusplus >= 202100L) && (__glibcxx_concepts)
1283# define __glibcxx_ranges 202302L
1284# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges)
1285# define __cpp_lib_ranges 202302L
1287# elif (__cplusplus >= 202002L) && (__glibcxx_concepts)
1288# define __glibcxx_ranges 202110L
1289# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges)
1290# define __cpp_lib_ranges 202110L
1294#undef __glibcxx_want_ranges
1296#if !defined(__cpp_lib_constexpr_numeric)
1297# if (__cplusplus >= 202002L)
1298# define __glibcxx_constexpr_numeric 201911L
1299# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_numeric)
1300# define __cpp_lib_constexpr_numeric 201911L
1304#undef __glibcxx_want_constexpr_numeric
1306#if !defined(__cpp_lib_constexpr_functional)
1307# if (__cplusplus >= 202002L)
1308# define __glibcxx_constexpr_functional 201907L
1309# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_functional)
1310# define __cpp_lib_constexpr_functional 201907L
1314#undef __glibcxx_want_constexpr_functional
1316#if !defined(__cpp_lib_constexpr_algorithms)
1317# if (__cplusplus > 202302L)
1318# define __glibcxx_constexpr_algorithms 202306L
1319# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_algorithms)
1320# define __cpp_lib_constexpr_algorithms 202306L
1322# elif (__cplusplus >= 202002L)
1323# define __glibcxx_constexpr_algorithms 201806L
1324# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_algorithms)
1325# define __cpp_lib_constexpr_algorithms 201806L
1329#undef __glibcxx_want_constexpr_algorithms
1331#if !defined(__cpp_lib_constexpr_tuple)
1332# if (__cplusplus >= 202002L)
1333# define __glibcxx_constexpr_tuple 201811L
1334# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_tuple)
1335# define __cpp_lib_constexpr_tuple 201811L
1339#undef __glibcxx_want_constexpr_tuple
1341#if !defined(__cpp_lib_constexpr_memory)
1342# if (__cplusplus >= 202100L) && (__cpp_constexpr_dynamic_alloc)
1343# define __glibcxx_constexpr_memory 202202L
1344# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_memory)
1345# define __cpp_lib_constexpr_memory 202202L
1347# elif (__cplusplus >= 202002L)
1348# define __glibcxx_constexpr_memory 201811L
1349# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_memory)
1350# define __cpp_lib_constexpr_memory 201811L
1354#undef __glibcxx_want_constexpr_memory
1356#if !defined(__cpp_lib_atomic_shared_ptr)
1357# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1358# define __glibcxx_atomic_shared_ptr 201711L
1359# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_shared_ptr)
1360# define __cpp_lib_atomic_shared_ptr 201711L
1364#undef __glibcxx_want_atomic_shared_ptr
1366#if !defined(__cpp_lib_atomic_wait)
1367# if (__cplusplus >= 202002L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
1368# define __glibcxx_atomic_wait 201907L
1369# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_wait)
1370# define __cpp_lib_atomic_wait 201907L
1372# elif (__cplusplus >= 202002L) && !defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED && (defined(_GLIBCXX_HAVE_LINUX_FUTEX))
1373# define __glibcxx_atomic_wait 201907L
1374# if defined(__glibcxx_want_all) || defined(__glibcxx_want_atomic_wait)
1375# define __cpp_lib_atomic_wait 201907L
1379#undef __glibcxx_want_atomic_wait
1381#if !defined(__cpp_lib_barrier)
1382# if (__cplusplus >= 202002L) && (__cpp_aligned_new && __glibcxx_atomic_wait)
1383# define __glibcxx_barrier 201907L
1384# if defined(__glibcxx_want_all) || defined(__glibcxx_want_barrier)
1385# define __cpp_lib_barrier 201907L
1389#undef __glibcxx_want_barrier
1391#if !defined(__cpp_lib_format)
1392# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
1393# define __glibcxx_format 202311L
1394# if defined(__glibcxx_want_all) || defined(__glibcxx_want_format)
1395# define __cpp_lib_format 202311L
1397# elif (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1398# define __glibcxx_format 202304L
1399# if defined(__glibcxx_want_all) || defined(__glibcxx_want_format)
1400# define __cpp_lib_format 202304L
1404#undef __glibcxx_want_format
1406#if !defined(__cpp_lib_format_uchar)
1407# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1408# define __glibcxx_format_uchar 202311L
1409# if defined(__glibcxx_want_all) || defined(__glibcxx_want_format_uchar)
1410# define __cpp_lib_format_uchar 202311L
1414#undef __glibcxx_want_format_uchar
1416#if !defined(__cpp_lib_constexpr_complex)
1417# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1418# define __glibcxx_constexpr_complex 201711L
1419# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_complex)
1420# define __cpp_lib_constexpr_complex 201711L
1424#undef __glibcxx_want_constexpr_complex
1426#if !defined(__cpp_lib_constexpr_dynamic_alloc)
1427# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1428# define __glibcxx_constexpr_dynamic_alloc 201907L
1429# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_dynamic_alloc)
1430# define __cpp_lib_constexpr_dynamic_alloc 201907L
1434#undef __glibcxx_want_constexpr_dynamic_alloc
1436#if !defined(__cpp_lib_constexpr_string)
1437# if (__cplusplus >= 202002L) && _GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED && (defined(__glibcxx_is_constant_evaluated))
1438# define __glibcxx_constexpr_string 201907L
1439# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_string)
1440# define __cpp_lib_constexpr_string 201907L
1442# elif (__cplusplus >= 202002L) && !_GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED && (defined(__glibcxx_is_constant_evaluated))
1443# define __glibcxx_constexpr_string 201811L
1444# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_string)
1445# define __cpp_lib_constexpr_string 201811L
1447# elif (__cplusplus >= 201703L) && _GLIBCXX_HOSTED && (_GLIBCXX_HAVE_IS_CONSTANT_EVALUATED)
1448# define __glibcxx_constexpr_string 201611L
1449# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_string)
1450# define __cpp_lib_constexpr_string 201611L
1454#undef __glibcxx_want_constexpr_string
1456#if !defined(__cpp_lib_constexpr_vector)
1457# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1458# define __glibcxx_constexpr_vector 201907L
1459# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_vector)
1460# define __cpp_lib_constexpr_vector 201907L
1464#undef __glibcxx_want_constexpr_vector
1466#if !defined(__cpp_lib_constrained_equality)
1467# if (__cplusplus >= 202100L) && (__glibcxx_three_way_comparison)
1468# define __glibcxx_constrained_equality 202411L
1469# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constrained_equality)
1470# define __cpp_lib_constrained_equality 202411L
1472# elif (__cplusplus >= 202002L) && (__glibcxx_three_way_comparison)
1473# define __glibcxx_constrained_equality 202403L
1474# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constrained_equality)
1475# define __cpp_lib_constrained_equality 202403L
1479#undef __glibcxx_want_constrained_equality
1481#if !defined(__cpp_lib_erase_if)
1482# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1483# define __glibcxx_erase_if 202002L
1484# if defined(__glibcxx_want_all) || defined(__glibcxx_want_erase_if)
1485# define __cpp_lib_erase_if 202002L
1489#undef __glibcxx_want_erase_if
1491#if !defined(__cpp_lib_generic_unordered_lookup)
1492# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1493# define __glibcxx_generic_unordered_lookup 201811L
1494# if defined(__glibcxx_want_all) || defined(__glibcxx_want_generic_unordered_lookup)
1495# define __cpp_lib_generic_unordered_lookup 201811L
1499#undef __glibcxx_want_generic_unordered_lookup
1501#if !defined(__cpp_lib_jthread)
1502# if (__cplusplus >= 202002L) && defined(_GLIBCXX_HAS_GTHREADS) && _GLIBCXX_HOSTED
1503# define __glibcxx_jthread 201911L
1504# if defined(__glibcxx_want_all) || defined(__glibcxx_want_jthread)
1505# define __cpp_lib_jthread 201911L
1509#undef __glibcxx_want_jthread
1511#if !defined(__cpp_lib_latch)
1512# if (__cplusplus >= 202002L) && (__glibcxx_atomic_wait)
1513# define __glibcxx_latch 201907L
1514# if defined(__glibcxx_want_all) || defined(__glibcxx_want_latch)
1515# define __cpp_lib_latch 201907L
1519#undef __glibcxx_want_latch
1521#if !defined(__cpp_lib_list_remove_return_type)
1522# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1523# define __glibcxx_list_remove_return_type 201806L
1524# if defined(__glibcxx_want_all) || defined(__glibcxx_want_list_remove_return_type)
1525# define __cpp_lib_list_remove_return_type 201806L
1529#undef __glibcxx_want_list_remove_return_type
1531#if !defined(__cpp_lib_polymorphic_allocator)
1532# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1533# define __glibcxx_polymorphic_allocator 201902L
1534# if defined(__glibcxx_want_all) || defined(__glibcxx_want_polymorphic_allocator)
1535# define __cpp_lib_polymorphic_allocator 201902L
1539#undef __glibcxx_want_polymorphic_allocator
1541#if !defined(__cpp_lib_move_iterator_concept)
1542# if (__cplusplus >= 202002L) && (__glibcxx_concepts)
1543# define __glibcxx_move_iterator_concept 202207L
1544# if defined(__glibcxx_want_all) || defined(__glibcxx_want_move_iterator_concept)
1545# define __cpp_lib_move_iterator_concept 202207L
1549#undef __glibcxx_want_move_iterator_concept
1551#if !defined(__cpp_lib_semaphore)
1552# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED && (__glibcxx_atomic_wait)
1553# define __glibcxx_semaphore 201907L
1554# if defined(__glibcxx_want_all) || defined(__glibcxx_want_semaphore)
1555# define __cpp_lib_semaphore 201907L
1559#undef __glibcxx_want_semaphore
1561#if !defined(__cpp_lib_smart_ptr_for_overwrite)
1562# if (__cplusplus >= 202002L) && _GLIBCXX_HOSTED
1563# define __glibcxx_smart_ptr_for_overwrite 202002L
1564# if defined(__glibcxx_want_all) || defined(__glibcxx_want_smart_ptr_for_overwrite)
1565# define __cpp_lib_smart_ptr_for_overwrite 202002L
1569#undef __glibcxx_want_smart_ptr_for_overwrite
1571#if !defined(__cpp_lib_syncbuf)
1572# if (__cplusplus >= 202002L) && _GLIBCXX_USE_CXX11_ABI && _GLIBCXX_HOSTED
1573# define __glibcxx_syncbuf 201803L
1574# if defined(__glibcxx_want_all) || defined(__glibcxx_want_syncbuf)
1575# define __cpp_lib_syncbuf 201803L
1579#undef __glibcxx_want_syncbuf
1581#if !defined(__cpp_lib_byteswap)
1582# if (__cplusplus >= 202100L)
1583# define __glibcxx_byteswap 202110L
1584# if defined(__glibcxx_want_all) || defined(__glibcxx_want_byteswap)
1585# define __cpp_lib_byteswap 202110L
1589#undef __glibcxx_want_byteswap
1591#if !defined(__cpp_lib_constexpr_charconv)
1592# if (__cplusplus >= 202100L)
1593# define __glibcxx_constexpr_charconv 202207L
1594# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_charconv)
1595# define __cpp_lib_constexpr_charconv 202207L
1599#undef __glibcxx_want_constexpr_charconv
1601#if !defined(__cpp_lib_constexpr_typeinfo)
1602# if (__cplusplus >= 202100L)
1603# define __glibcxx_constexpr_typeinfo 202106L
1604# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_typeinfo)
1605# define __cpp_lib_constexpr_typeinfo 202106L
1609#undef __glibcxx_want_constexpr_typeinfo
1611#if !defined(__cpp_lib_expected)
1612# if (__cplusplus >= 202100L) && (__cpp_concepts >= 202002L)
1613# define __glibcxx_expected 202211L
1614# if defined(__glibcxx_want_all) || defined(__glibcxx_want_expected)
1615# define __cpp_lib_expected 202211L
1619#undef __glibcxx_want_expected
1621#if !defined(__cpp_lib_format_ranges)
1622# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1623# define __glibcxx_format_ranges 202207L
1624# if defined(__glibcxx_want_all) || defined(__glibcxx_want_format_ranges)
1625# define __cpp_lib_format_ranges 202207L
1629#undef __glibcxx_want_format_ranges
1631#if !defined(__cpp_lib_freestanding_algorithm)
1632# if (__cplusplus >= 202100L)
1633# define __glibcxx_freestanding_algorithm 202311L
1634# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_algorithm)
1635# define __cpp_lib_freestanding_algorithm 202311L
1639#undef __glibcxx_want_freestanding_algorithm
1641#if !defined(__cpp_lib_freestanding_array)
1642# if (__cplusplus >= 202100L)
1643# define __glibcxx_freestanding_array 202311L
1644# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_array)
1645# define __cpp_lib_freestanding_array 202311L
1649#undef __glibcxx_want_freestanding_array
1651#if !defined(__cpp_lib_freestanding_cstring)
1652# if (__cplusplus >= 202100L)
1653# define __glibcxx_freestanding_cstring 202311L
1654# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_cstring)
1655# define __cpp_lib_freestanding_cstring 202311L
1659#undef __glibcxx_want_freestanding_cstring
1661#if !defined(__cpp_lib_freestanding_expected)
1662# if (__cplusplus >= 202100L) && (__cpp_lib_expected)
1663# define __glibcxx_freestanding_expected 202311L
1664# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_expected)
1665# define __cpp_lib_freestanding_expected 202311L
1669#undef __glibcxx_want_freestanding_expected
1671#if !defined(__cpp_lib_freestanding_optional)
1672# if (__cplusplus >= 202100L)
1673# define __glibcxx_freestanding_optional 202311L
1674# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_optional)
1675# define __cpp_lib_freestanding_optional 202311L
1679#undef __glibcxx_want_freestanding_optional
1681#if !defined(__cpp_lib_freestanding_string_view)
1682# if (__cplusplus >= 202100L)
1683# define __glibcxx_freestanding_string_view 202311L
1684# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_string_view)
1685# define __cpp_lib_freestanding_string_view 202311L
1689#undef __glibcxx_want_freestanding_string_view
1691#if !defined(__cpp_lib_freestanding_variant)
1692# if (__cplusplus >= 202100L)
1693# define __glibcxx_freestanding_variant 202311L
1694# if defined(__glibcxx_want_all) || defined(__glibcxx_want_freestanding_variant)
1695# define __cpp_lib_freestanding_variant 202311L
1699#undef __glibcxx_want_freestanding_variant
1701#if !defined(__cpp_lib_invoke_r)
1702# if (__cplusplus >= 202100L)
1703# define __glibcxx_invoke_r 202106L
1704# if defined(__glibcxx_want_all) || defined(__glibcxx_want_invoke_r)
1705# define __cpp_lib_invoke_r 202106L
1709#undef __glibcxx_want_invoke_r
1711#if !defined(__cpp_lib_is_scoped_enum)
1712# if (__cplusplus >= 202100L)
1713# define __glibcxx_is_scoped_enum 202011L
1714# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_scoped_enum)
1715# define __cpp_lib_is_scoped_enum 202011L
1719#undef __glibcxx_want_is_scoped_enum
1721#if !defined(__cpp_lib_reference_from_temporary)
1722# if (__cplusplus >= 202100L) && (__has_builtin(__reference_constructs_from_temporary) && __has_builtin(__reference_converts_from_temporary))
1723# define __glibcxx_reference_from_temporary 202202L
1724# if defined(__glibcxx_want_all) || defined(__glibcxx_want_reference_from_temporary)
1725# define __cpp_lib_reference_from_temporary 202202L
1729#undef __glibcxx_want_reference_from_temporary
1731#if !defined(__cpp_lib_containers_ranges)
1732# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1733# define __glibcxx_containers_ranges 202202L
1734# if defined(__glibcxx_want_all) || defined(__glibcxx_want_containers_ranges)
1735# define __cpp_lib_containers_ranges 202202L
1739#undef __glibcxx_want_containers_ranges
1741#if !defined(__cpp_lib_ranges_to_container)
1742# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1743# define __glibcxx_ranges_to_container 202202L
1744# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_to_container)
1745# define __cpp_lib_ranges_to_container 202202L
1749#undef __glibcxx_want_ranges_to_container
1751#if !defined(__cpp_lib_ranges_zip)
1752# if (__cplusplus >= 202100L)
1753# define __glibcxx_ranges_zip 202110L
1754# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_zip)
1755# define __cpp_lib_ranges_zip 202110L
1759#undef __glibcxx_want_ranges_zip
1761#if !defined(__cpp_lib_ranges_chunk)
1762# if (__cplusplus >= 202100L)
1763# define __glibcxx_ranges_chunk 202202L
1764# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_chunk)
1765# define __cpp_lib_ranges_chunk 202202L
1769#undef __glibcxx_want_ranges_chunk
1771#if !defined(__cpp_lib_ranges_slide)
1772# if (__cplusplus >= 202100L)
1773# define __glibcxx_ranges_slide 202202L
1774# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_slide)
1775# define __cpp_lib_ranges_slide 202202L
1779#undef __glibcxx_want_ranges_slide
1781#if !defined(__cpp_lib_ranges_chunk_by)
1782# if (__cplusplus >= 202100L)
1783# define __glibcxx_ranges_chunk_by 202202L
1784# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_chunk_by)
1785# define __cpp_lib_ranges_chunk_by 202202L
1789#undef __glibcxx_want_ranges_chunk_by
1791#if !defined(__cpp_lib_ranges_join_with)
1792# if (__cplusplus >= 202100L)
1793# define __glibcxx_ranges_join_with 202202L
1794# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_join_with)
1795# define __cpp_lib_ranges_join_with 202202L
1799#undef __glibcxx_want_ranges_join_with
1801#if !defined(__cpp_lib_ranges_repeat)
1802# if (__cplusplus >= 202100L)
1803# define __glibcxx_ranges_repeat 202207L
1804# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_repeat)
1805# define __cpp_lib_ranges_repeat 202207L
1809#undef __glibcxx_want_ranges_repeat
1811#if !defined(__cpp_lib_ranges_stride)
1812# if (__cplusplus >= 202100L)
1813# define __glibcxx_ranges_stride 202207L
1814# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_stride)
1815# define __cpp_lib_ranges_stride 202207L
1819#undef __glibcxx_want_ranges_stride
1821#if !defined(__cpp_lib_ranges_cartesian_product)
1822# if (__cplusplus >= 202100L)
1823# define __glibcxx_ranges_cartesian_product 202207L
1824# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_cartesian_product)
1825# define __cpp_lib_ranges_cartesian_product 202207L
1829#undef __glibcxx_want_ranges_cartesian_product
1831#if !defined(__cpp_lib_ranges_as_rvalue)
1832# if (__cplusplus >= 202100L)
1833# define __glibcxx_ranges_as_rvalue 202207L
1834# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_as_rvalue)
1835# define __cpp_lib_ranges_as_rvalue 202207L
1839#undef __glibcxx_want_ranges_as_rvalue
1841#if !defined(__cpp_lib_ranges_as_const)
1842# if (__cplusplus >= 202100L)
1843# define __glibcxx_ranges_as_const 202311L
1844# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_as_const)
1845# define __cpp_lib_ranges_as_const 202311L
1849#undef __glibcxx_want_ranges_as_const
1851#if !defined(__cpp_lib_ranges_enumerate)
1852# if (__cplusplus >= 202100L)
1853# define __glibcxx_ranges_enumerate 202302L
1854# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_enumerate)
1855# define __cpp_lib_ranges_enumerate 202302L
1859#undef __glibcxx_want_ranges_enumerate
1861#if !defined(__cpp_lib_ranges_fold)
1862# if (__cplusplus >= 202100L)
1863# define __glibcxx_ranges_fold 202207L
1864# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_fold)
1865# define __cpp_lib_ranges_fold 202207L
1869#undef __glibcxx_want_ranges_fold
1871#if !defined(__cpp_lib_ranges_contains)
1872# if (__cplusplus >= 202100L)
1873# define __glibcxx_ranges_contains 202207L
1874# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_contains)
1875# define __cpp_lib_ranges_contains 202207L
1879#undef __glibcxx_want_ranges_contains
1881#if !defined(__cpp_lib_ranges_iota)
1882# if (__cplusplus >= 202100L)
1883# define __glibcxx_ranges_iota 202202L
1884# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_iota)
1885# define __cpp_lib_ranges_iota 202202L
1889#undef __glibcxx_want_ranges_iota
1891#if !defined(__cpp_lib_ranges_find_last)
1892# if (__cplusplus >= 202100L)
1893# define __glibcxx_ranges_find_last 202207L
1894# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_find_last)
1895# define __cpp_lib_ranges_find_last 202207L
1899#undef __glibcxx_want_ranges_find_last
1901#if !defined(__cpp_lib_ranges_starts_ends_with)
1902# if (__cplusplus >= 202100L)
1903# define __glibcxx_ranges_starts_ends_with 202106L
1904# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_starts_ends_with)
1905# define __cpp_lib_ranges_starts_ends_with 202106L
1909#undef __glibcxx_want_ranges_starts_ends_with
1911#if !defined(__cpp_lib_constexpr_bitset)
1912# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED && (__cpp_constexpr_dynamic_alloc)
1913# define __glibcxx_constexpr_bitset 202202L
1914# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_bitset)
1915# define __cpp_lib_constexpr_bitset 202202L
1919#undef __glibcxx_want_constexpr_bitset
1921#if !defined(__cpp_lib_stdatomic_h)
1922# if (__cplusplus >= 202100L)
1923# define __glibcxx_stdatomic_h 202011L
1924# if defined(__glibcxx_want_all) || defined(__glibcxx_want_stdatomic_h)
1925# define __cpp_lib_stdatomic_h 202011L
1929#undef __glibcxx_want_stdatomic_h
1931#if !defined(__cpp_lib_adaptor_iterator_pair_constructor)
1932# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1933# define __glibcxx_adaptor_iterator_pair_constructor 202106L
1934# if defined(__glibcxx_want_all) || defined(__glibcxx_want_adaptor_iterator_pair_constructor)
1935# define __cpp_lib_adaptor_iterator_pair_constructor 202106L
1939#undef __glibcxx_want_adaptor_iterator_pair_constructor
1941#if !defined(__cpp_lib_flat_map)
1942# if (__cplusplus >= 202100L)
1943# define __glibcxx_flat_map 202207L
1944# if defined(__glibcxx_want_all) || defined(__glibcxx_want_flat_map)
1945# define __cpp_lib_flat_map 202207L
1949#undef __glibcxx_want_flat_map
1951#if !defined(__cpp_lib_flat_set)
1952# if (__cplusplus >= 202100L)
1953# define __glibcxx_flat_set 202207L
1954# if defined(__glibcxx_want_all) || defined(__glibcxx_want_flat_set)
1955# define __cpp_lib_flat_set 202207L
1959#undef __glibcxx_want_flat_set
1961#if !defined(__cpp_lib_formatters)
1962# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1963# define __glibcxx_formatters 202302L
1964# if defined(__glibcxx_want_all) || defined(__glibcxx_want_formatters)
1965# define __cpp_lib_formatters 202302L
1969#undef __glibcxx_want_formatters
1971#if !defined(__cpp_lib_forward_like)
1972# if (__cplusplus >= 202100L)
1973# define __glibcxx_forward_like 202207L
1974# if defined(__glibcxx_want_all) || defined(__glibcxx_want_forward_like)
1975# define __cpp_lib_forward_like 202207L
1979#undef __glibcxx_want_forward_like
1981#if !defined(__cpp_lib_generator)
1982# if (__cplusplus >= 202100L) && (__glibcxx_coroutine && __cpp_sized_deallocation)
1983# define __glibcxx_generator 202207L
1984# if defined(__glibcxx_want_all) || defined(__glibcxx_want_generator)
1985# define __cpp_lib_generator 202207L
1989#undef __glibcxx_want_generator
1991#if !defined(__cpp_lib_ios_noreplace)
1992# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
1993# define __glibcxx_ios_noreplace 202207L
1994# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ios_noreplace)
1995# define __cpp_lib_ios_noreplace 202207L
1999#undef __glibcxx_want_ios_noreplace
2001#if !defined(__cpp_lib_move_only_function)
2002# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2003# define __glibcxx_move_only_function 202110L
2004# if defined(__glibcxx_want_all) || defined(__glibcxx_want_move_only_function)
2005# define __cpp_lib_move_only_function 202110L
2009#undef __glibcxx_want_move_only_function
2011#if !defined(__cpp_lib_copyable_function)
2012# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2013# define __glibcxx_copyable_function 202306L
2014# if defined(__glibcxx_want_all) || defined(__glibcxx_want_copyable_function)
2015# define __cpp_lib_copyable_function 202306L
2019#undef __glibcxx_want_copyable_function
2021#if !defined(__cpp_lib_function_ref)
2022# if (__cplusplus > 202302L)
2023# define __glibcxx_function_ref 202306L
2024# if defined(__glibcxx_want_all) || defined(__glibcxx_want_function_ref)
2025# define __cpp_lib_function_ref 202306L
2029#undef __glibcxx_want_function_ref
2031#if !defined(__cpp_lib_out_ptr)
2032# if (__cplusplus >= 202100L)
2033# define __glibcxx_out_ptr 202311L
2034# if defined(__glibcxx_want_all) || defined(__glibcxx_want_out_ptr)
2035# define __cpp_lib_out_ptr 202311L
2039#undef __glibcxx_want_out_ptr
2041#if !defined(__cpp_lib_print)
2042# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2043# define __glibcxx_print 202211L
2044# if defined(__glibcxx_want_all) || defined(__glibcxx_want_print)
2045# define __cpp_lib_print 202211L
2049#undef __glibcxx_want_print
2051#if !defined(__cpp_lib_spanstream)
2052# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED && (__glibcxx_span)
2053# define __glibcxx_spanstream 202106L
2054# if defined(__glibcxx_want_all) || defined(__glibcxx_want_spanstream)
2055# define __cpp_lib_spanstream 202106L
2059#undef __glibcxx_want_spanstream
2061#if !defined(__cpp_lib_stacktrace)
2062# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED && (_GLIBCXX_HAVE_STACKTRACE)
2063# define __glibcxx_stacktrace 202011L
2064# if defined(__glibcxx_want_all) || defined(__glibcxx_want_stacktrace)
2065# define __cpp_lib_stacktrace 202011L
2069#undef __glibcxx_want_stacktrace
2071#if !defined(__cpp_lib_string_contains)
2072# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2073# define __glibcxx_string_contains 202011L
2074# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_contains)
2075# define __cpp_lib_string_contains 202011L
2079#undef __glibcxx_want_string_contains
2081#if !defined(__cpp_lib_string_resize_and_overwrite)
2082# if (__cplusplus >= 202100L) && _GLIBCXX_HOSTED
2083# define __glibcxx_string_resize_and_overwrite 202110L
2084# if defined(__glibcxx_want_all) || defined(__glibcxx_want_string_resize_and_overwrite)
2085# define __cpp_lib_string_resize_and_overwrite 202110L
2089#undef __glibcxx_want_string_resize_and_overwrite
2091#if !defined(__cpp_lib_to_underlying)
2092# if (__cplusplus >= 202100L)
2093# define __glibcxx_to_underlying 202102L
2094# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_underlying)
2095# define __cpp_lib_to_underlying 202102L
2099#undef __glibcxx_want_to_underlying
2101#if !defined(__cpp_lib_tuple_like)
2102# if (__cplusplus > 202302L) && (__cpp_explicit_this_parameter >= 202110L)
2103# define __glibcxx_tuple_like 202311L
2104# if defined(__glibcxx_want_all) || defined(__glibcxx_want_tuple_like)
2105# define __cpp_lib_tuple_like 202311L
2107# elif (__cplusplus >= 202100L)
2108# define __glibcxx_tuple_like 202207L
2109# if defined(__glibcxx_want_all) || defined(__glibcxx_want_tuple_like)
2110# define __cpp_lib_tuple_like 202207L
2114#undef __glibcxx_want_tuple_like
2116#if !defined(__cpp_lib_unreachable)
2117# if (__cplusplus >= 202100L)
2118# define __glibcxx_unreachable 202202L
2119# if defined(__glibcxx_want_all) || defined(__glibcxx_want_unreachable)
2120# define __cpp_lib_unreachable 202202L
2124#undef __glibcxx_want_unreachable
2126#if !defined(__cpp_lib_algorithm_default_value_type)
2127# if (__cplusplus > 202302L)
2128# define __glibcxx_algorithm_default_value_type 202403L
2129# if defined(__glibcxx_want_all) || defined(__glibcxx_want_algorithm_default_value_type)
2130# define __cpp_lib_algorithm_default_value_type 202403L
2134#undef __glibcxx_want_algorithm_default_value_type
2136#if !defined(__cpp_lib_constexpr_new)
2137# if (__cplusplus > 202302L) && (__cpp_constexpr >= 202406L)
2138# define __glibcxx_constexpr_new 202406L
2139# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_new)
2140# define __cpp_lib_constexpr_new 202406L
2144#undef __glibcxx_want_constexpr_new
2146#if !defined(__cpp_lib_debugging)
2147# if (__cplusplus > 202302L)
2148# define __glibcxx_debugging 202403L
2149# if defined(__glibcxx_want_all) || defined(__glibcxx_want_debugging)
2150# define __cpp_lib_debugging 202403L
2154#undef __glibcxx_want_debugging
2156#if !defined(__cpp_lib_fstream_native_handle)
2157# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2158# define __glibcxx_fstream_native_handle 202306L
2159# if defined(__glibcxx_want_all) || defined(__glibcxx_want_fstream_native_handle)
2160# define __cpp_lib_fstream_native_handle 202306L
2164#undef __glibcxx_want_fstream_native_handle
2166#if !defined(__cpp_lib_is_virtual_base_of)
2167# if (__cplusplus > 202302L) && (__has_builtin(__builtin_is_virtual_base_of))
2168# define __glibcxx_is_virtual_base_of 202406L
2169# if defined(__glibcxx_want_all) || defined(__glibcxx_want_is_virtual_base_of)
2170# define __cpp_lib_is_virtual_base_of 202406L
2174#undef __glibcxx_want_is_virtual_base_of
2176#if !defined(__cpp_lib_ranges_cache_latest)
2177# if (__cplusplus > 202302L)
2178# define __glibcxx_ranges_cache_latest 202411L
2179# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_cache_latest)
2180# define __cpp_lib_ranges_cache_latest 202411L
2184#undef __glibcxx_want_ranges_cache_latest
2186#if !defined(__cpp_lib_ranges_concat)
2187# if (__cplusplus > 202302L) && (__cpp_pack_indexing)
2188# define __glibcxx_ranges_concat 202403L
2189# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_concat)
2190# define __cpp_lib_ranges_concat 202403L
2194#undef __glibcxx_want_ranges_concat
2196#if !defined(__cpp_lib_ratio)
2197# if (__cplusplus > 202302L)
2198# define __glibcxx_ratio 202306L
2199# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ratio)
2200# define __cpp_lib_ratio 202306L
2204#undef __glibcxx_want_ratio
2206#if !defined(__cpp_lib_reference_wrapper)
2207# if (__cplusplus > 202302L)
2208# define __glibcxx_reference_wrapper 202403L
2209# if defined(__glibcxx_want_all) || defined(__glibcxx_want_reference_wrapper)
2210# define __cpp_lib_reference_wrapper 202403L
2214#undef __glibcxx_want_reference_wrapper
2216#if !defined(__cpp_lib_saturation_arithmetic)
2217# if (__cplusplus > 202302L)
2218# define __glibcxx_saturation_arithmetic 202311L
2219# if defined(__glibcxx_want_all) || defined(__glibcxx_want_saturation_arithmetic)
2220# define __cpp_lib_saturation_arithmetic 202311L
2224#undef __glibcxx_want_saturation_arithmetic
2226#if !defined(__cpp_lib_span_initializer_list)
2227# if (__cplusplus > 202302L)
2228# define __glibcxx_span_initializer_list 202311L
2229# if defined(__glibcxx_want_all) || defined(__glibcxx_want_span_initializer_list)
2230# define __cpp_lib_span_initializer_list 202311L
2234#undef __glibcxx_want_span_initializer_list
2236#if !defined(__cpp_lib_text_encoding)
2237# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED && (_GLIBCXX_USE_NL_LANGINFO_L)
2238# define __glibcxx_text_encoding 202306L
2239# if defined(__glibcxx_want_all) || defined(__glibcxx_want_text_encoding)
2240# define __cpp_lib_text_encoding 202306L
2244#undef __glibcxx_want_text_encoding
2246#if !defined(__cpp_lib_ranges_to_input)
2247# if (__cplusplus > 202302L)
2248# define __glibcxx_ranges_to_input 202502L
2249# if defined(__glibcxx_want_all) || defined(__glibcxx_want_ranges_to_input)
2250# define __cpp_lib_ranges_to_input 202502L
2254#undef __glibcxx_want_ranges_to_input
2256#if !defined(__cpp_lib_to_string)
2257# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED && (__glibcxx_to_chars)
2258# define __glibcxx_to_string 202306L
2259# if defined(__glibcxx_want_all) || defined(__glibcxx_want_to_string)
2260# define __cpp_lib_to_string 202306L
2264#undef __glibcxx_want_to_string
2266#if !defined(__cpp_lib_modules)
2267# if (__cplusplus >= 202002L) && (__cpp_modules)
2268# define __glibcxx_modules 202207L
2269# if defined(__glibcxx_want_all) || defined(__glibcxx_want_modules)
2270# define __cpp_lib_modules 202207L
2274#undef __glibcxx_want_modules
2276#if !defined(__cpp_lib_inplace_vector)
2277# if (__cplusplus > 202302L)
2278# define __glibcxx_inplace_vector 202406L
2279# if defined(__glibcxx_want_all) || defined(__glibcxx_want_inplace_vector)
2280# define __cpp_lib_inplace_vector 202406L
2284#undef __glibcxx_want_inplace_vector
2286#if !defined(__cpp_lib_indirect)
2287# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2288# define __glibcxx_indirect 202502L
2289# if defined(__glibcxx_want_all) || defined(__glibcxx_want_indirect)
2290# define __cpp_lib_indirect 202502L
2294#undef __glibcxx_want_indirect
2296#if !defined(__cpp_lib_polymorphic)
2297# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2298# define __glibcxx_polymorphic 202502L
2299# if defined(__glibcxx_want_all) || defined(__glibcxx_want_polymorphic)
2300# define __cpp_lib_polymorphic 202502L
2304#undef __glibcxx_want_polymorphic
2306#if !defined(__cpp_lib_smart_ptr_owner_equality)
2307# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2308# define __glibcxx_smart_ptr_owner_equality 202306L
2309# if defined(__glibcxx_want_all) || defined(__glibcxx_want_smart_ptr_owner_equality)
2310# define __cpp_lib_smart_ptr_owner_equality 202306L
2314#undef __glibcxx_want_smart_ptr_owner_equality
2316#if !defined(__cpp_lib_sstream_from_string_view)
2317# if (__cplusplus > 202302L) && _GLIBCXX_HOSTED
2318# define __glibcxx_sstream_from_string_view 202306L
2319# if defined(__glibcxx_want_all) || defined(__glibcxx_want_sstream_from_string_view)
2320# define __cpp_lib_sstream_from_string_view 202306L
2324#undef __glibcxx_want_sstream_from_string_view
2326#if !defined(__cpp_lib_type_order)
2327# if (__cplusplus > 202302L) && (__has_builtin(__builtin_type_order) && __cpp_lib_three_way_comparison >= 201907L)
2328# define __glibcxx_type_order 202506L
2329# if defined(__glibcxx_want_all) || defined(__glibcxx_want_type_order)
2330# define __cpp_lib_type_order 202506L
2334#undef __glibcxx_want_type_order
2336#if !defined(__cpp_lib_exception_ptr_cast)
2337# if (__cplusplus > 202302L)
2338# define __glibcxx_exception_ptr_cast 202506L
2339# if defined(__glibcxx_want_all) || defined(__glibcxx_want_exception_ptr_cast)
2340# define __cpp_lib_exception_ptr_cast 202506L
2344#undef __glibcxx_want_exception_ptr_cast
2346#if !defined(__cpp_lib_bitset)
2347# if (__cplusplus > 202302L)
2348# define __glibcxx_bitset 202306L
2349# if defined(__glibcxx_want_all) || defined(__glibcxx_want_bitset)
2350# define __cpp_lib_bitset 202306L
2354#undef __glibcxx_want_bitset
2356#if !defined(__cpp_lib_constexpr_exceptions)
2357# if (__cplusplus > 202302L) && (__cpp_constexpr_exceptions >= 202411L)
2358# define __glibcxx_constexpr_exceptions 1L
2359# if defined(__glibcxx_want_all) || defined(__glibcxx_want_constexpr_exceptions)
2363#undef __glibcxx_want_constexpr_exceptions
2365#undef __glibcxx_want_all