Skip to content

Commit 935d723

Browse files
author
Dawn Perchik
committed
LWG3356 __cpp_lib_nothrow_convertible should be __cpp_lib_is_nothrow_convertible
1 parent 6ffe65e commit 935d723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@
626626
#define @\defnlibxname{cpp_lib_is_final}@ 201402L // also in \libheader{type_traits}
627627
#define @\defnlibxname{cpp_lib_is_invocable}@ 201703L // also in \libheader{type_traits}
628628
#define @\defnlibxname{cpp_lib_is_layout_compatible}@ 201907L // also in \libheader{type_traits}
629+
#define @\defnlibxname{cpp_lib_is_nothrow_convertible}@ 201806L // also in \libheader{type_traits}
629630
#define @\defnlibxname{cpp_lib_is_null_pointer}@ 201309L // also in \libheader{type_traits}
630631
#define @\defnlibxname{cpp_lib_is_pointer_interconvertible}@ 201907L // also in \libheader{type_traits}
631632
#define @\defnlibxname{cpp_lib_is_swappable}@ 201603L // also in \libheader{type_traits}
@@ -647,7 +648,6 @@
647648
// also in \libheader{array}, \libheader{deque}, \libheader{forward_list}, \libheader{iterator}, \libheader{list}, \libheader{map}, \libheader{regex}, \libheader{set}, \libheader{string},
648649
// \libheader{unordered_map}, \libheader{unordered_set}, \libheader{vector}
649650
#define @\defnlibxname{cpp_lib_not_fn}@ 201603L // also in \libheader{functional}
650-
#define @\defnlibxname{cpp_lib_nothrow_convertible}@ 201806L // also in \libheader{type_traits}
651651
#define @\defnlibxname{cpp_lib_null_iterators}@ 201304L // also in \libheader{iterator}
652652
#define @\defnlibxname{cpp_lib_optional}@ 201606L // also in \libheader{optional}
653653
#define @\defnlibxname{cpp_lib_parallel_algorithm}@ 201603L // also in \libheader{algorithm}, \libheader{numeric}

0 commit comments

Comments
 (0)