Skip to content

Commit 3e70787

Browse files
authored
[atomics.types.generic.general] Replace "same_as" with "is_same_v" (#8538)
1 parent c097654 commit 3e70787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/threads.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4455,7 +4455,7 @@
44554455
\item \tcode{is_move_constructible_v<T>},
44564456
\item \tcode{is_copy_assignable_v<T>},
44574457
\item \tcode{is_move_assignable_v<T>}, or
4458-
\item \tcode{same_as<T, remove_cv_t<T>>},
4458+
\item \tcode{is_same_v<T, remove_cv_t<T>>},
44594459
\end{itemize}
44604460
is \tcode{false}.
44614461
\begin{note}

0 commit comments

Comments
 (0)