Skip to content

Commit d34fb9a

Browse files
authored
[version.syn] Fix mis-ordering of __cpp_lib_{bind_front, bit_cast}
1 parent a47bd46 commit d34fb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,8 +565,8 @@
565565
#define @\defnlibxname{cpp_lib_atomic_value_initialization}@ 201911L // also in \libheader{atomic}, \libheader{memory}
566566
#define @\defnlibxname{cpp_lib_atomic_wait}@ 201907L // also in \libheader{atomic}
567567
#define @\defnlibxname{cpp_lib_barrier}@ 201907L // also in \libheader{barrier}
568-
#define @\defnlibxname{cpp_lib_bit_cast}@ 201806L // also in \libheader{bit}
569568
#define @\defnlibxname{cpp_lib_bind_front}@ 201907L // also in \libheader{functional}
569+
#define @\defnlibxname{cpp_lib_bit_cast}@ 201806L // also in \libheader{bit}
570570
#define @\defnlibxname{cpp_lib_bitops}@ 201907L // also in \libheader{bit}
571571
#define @\defnlibxname{cpp_lib_bool_constant}@ 201505L // also in \libheader{type_traits}
572572
#define @\defnlibxname{cpp_lib_bounded_array_traits}@ 201902L // also in \libheader{type_traits}

0 commit comments

Comments
 (0)