Skip to content

Commit 1f854d8

Browse files
cjdbjensmaurer
authored andcommitted
[optional.ctor] Add missing \tcode around 'true' (#4534)
1 parent 9777da5 commit 1f854d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2748,7 +2748,7 @@
27482748
\pnum
27492749
\constraints
27502750
\begin{itemize}
2751-
\item \tcode{is_constructible_v<T, U>} is true,
2751+
\item \tcode{is_constructible_v<T, U>} is \tcode{true},
27522752
\item \tcode{is_constructible_v<T, optional<U>\&>} is \tcode{false},
27532753
\item \tcode{is_constructible_v<T, optional<U>\&\&>} is \tcode{false},
27542754
\item \tcode{is_constructible_v<T, const optional<U>\&>} is \tcode{false},

0 commit comments

Comments
 (0)