Skip to content

Commit 9ba8e03

Browse files
[pairs.pair] Add missing _v for type traits (#5196)
1 parent 5da69c9 commit 9ba8e03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/utilities.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -932,9 +932,9 @@
932932
\constraints
933933
\begin{itemize}
934934
\item
935-
\tcode{is_copy_assignable<const T1>} is \tcode{true} and
935+
\tcode{is_copy_assignable_v<const T1>} is \tcode{true} and
936936
\item
937-
\tcode{is_copy_assignable<const T2>} is \tcode{true}.
937+
\tcode{is_copy_assignable_v<const T2>} is \tcode{true}.
938938
\end{itemize}
939939

940940
\pnum
@@ -1032,9 +1032,9 @@
10321032
\constraints
10331033
\begin{itemize}
10341034
\item
1035-
\tcode{is_assignable<const T1\&, T1>} is \tcode{true} and
1035+
\tcode{is_assignable_v<const T1\&, T1>} is \tcode{true} and
10361036
\item
1037-
\tcode{is_assignable<const T2\&, T2>} is \tcode{true}.
1037+
\tcode{is_assignable_v<const T2\&, T2>} is \tcode{true}.
10381038
\end{itemize}
10391039

10401040
\pnum

0 commit comments

Comments
 (0)