Skip to content

Commit 9369ba1

Browse files
jwakelytkoeppe
authored andcommitted
[version.syn] Put feature test macros in alphabetical order
1 parent a2e8204 commit 9369ba1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/support.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -551,14 +551,14 @@
551551
\end{note}
552552

553553
\begin{codeblock}
554+
#define @\defnlibxname{cpp_lib_adaptor_iterator_pair_constructor}@ 202106L // also in \libheader{stack}, \libheader{queue}
554555
#define @\defnlibxname{cpp_lib_addressof_constexpr}@ 201603L // freestanding, also in \libheader{memory}
555556
#define @\defnlibxname{cpp_lib_algorithm_iterator_requirements}@ 202207L
556557
// also in \libheader{algorithm}, \libheader{numeric}, \libheader{memory}
557558
#define @\defnlibxname{cpp_lib_allocate_at_least}@ 202302L // also in \libheader{memory}
558559
#define @\defnlibxname{cpp_lib_allocator_traits_is_always_equal}@ 201411L
559560
// freestanding, also in \libheader{memory}, \libheader{scoped_allocator}, \libheader{string}, \libheader{deque}, \libheader{forward_list}, \libheader{list},
560561
// \libheader{vector}, \libheader{map}, \libheader{set}, \libheader{unordered_map}, \libheader{unordered_set}
561-
#define @\defnlibxname{cpp_lib_adaptor_iterator_pair_constructor}@ 202106L // also in \libheader{stack}, \libheader{queue}
562562
#define @\defnlibxname{cpp_lib_any}@ 201606L // also in \libheader{any}
563563
#define @\defnlibxname{cpp_lib_apply}@ 201603L // freestanding, also in \libheader{tuple}
564564
#define @\defnlibxname{cpp_lib_array_constexpr}@ 201811L // also in \libheader{iterator}, \libheader{array}
@@ -749,8 +749,8 @@
749749
#define @\defnlibxname{cpp_lib_shared_ptr_weak_type}@ 201606L // also in \libheader{memory}
750750
#define @\defnlibxname{cpp_lib_shared_timed_mutex}@ 201402L // also in \libheader{shared_mutex}
751751
#define @\defnlibxname{cpp_lib_shift}@ 202202L // also in \libheader{algorithm}
752-
#define @\defnlibxname{cpp_lib_smart_ptr_owner_equality}@ 202306L // also in \libheader{memory}
753752
#define @\defnlibxname{cpp_lib_smart_ptr_for_overwrite}@ 202002L // also in \libheader{memory}
753+
#define @\defnlibxname{cpp_lib_smart_ptr_owner_equality}@ 202306L // also in \libheader{memory}
754754
#define @\defnlibxname{cpp_lib_source_location}@ 201907L // freestanding, also in \libheader{source_location}
755755
#define @\defnlibxname{cpp_lib_span}@ 202002L // also in \libheader{span}
756756
#define @\defnlibxname{cpp_lib_spanstream}@ 202106L // also in \libheader{spanstream}
@@ -776,9 +776,9 @@
776776
#define @\defnlibxname{cpp_lib_transformation_trait_aliases}@ 201304L // freestanding, also in \libheader{type_traits}
777777
#define @\defnlibxname{cpp_lib_transparent_operators}@ 201510L
778778
// freestanding, also in \libheader{memory}, \libheader{functional}
779+
#define @\defnlibxname{cpp_lib_tuple_element_t}@ 201402L // freestanding, also in \libheader{tuple}
779780
#define @\defnlibxname{cpp_lib_tuple_like}@ 202207L
780781
// also in \libheader{utility}, \libheader{tuple}, \libheader{map}, \libheader{unordered_map}
781-
#define @\defnlibxname{cpp_lib_tuple_element_t}@ 201402L // freestanding, also in \libheader{tuple}
782782
#define @\defnlibxname{cpp_lib_tuples_by_type}@ 201304L // freestanding, also in \libheader{utility}, \libheader{tuple}
783783
#define @\defnlibxname{cpp_lib_type_identity}@ 201806L // freestanding, also in \libheader{type_traits}
784784
#define @\defnlibxname{cpp_lib_type_trait_variable_templates}@ 201510L // freestanding, also in \libheader{type_traits}

0 commit comments

Comments
 (0)