Skip to content

Commit c4e3a18

Browse files
committed
[support.limits.general] <stop_token> should provide __cpp_lib_jthread,
not __cpp_lib_is_swappable.
1 parent e9e63a1 commit c4e3a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,9 +647,9 @@
647647
\defnlibxname{cpp_lib_is_pointer_interconvertible} & \tcode{201907L} &
648648
\tcode{<type_traits>} \\ \rowsep
649649
\defnlibxname{cpp_lib_is_swappable} & \tcode{201603L} &
650-
\tcode{stop_token} \tcode{<type_traits>} \\ \rowsep
650+
\tcode{<type_traits>} \\ \rowsep
651651
\defnlibxname{cpp_lib_jthread} & \tcode{201907L} &
652-
\tcode{<thread>} \\ \rowsep
652+
\tcode{<stop_token>} \tcode{<thread>} \\ \rowsep
653653
\defnlibxname{cpp_lib_latch} & \tcode{201907L} &
654654
\tcode{<latch>} \\ \rowsep
655655
\defnlibxname{cpp_lib_launder} & \tcode{201606L} &

0 commit comments

Comments
 (0)