Skip to content

Commit 3840888

Browse files
committed
[temp.constr.order] Fix spacing in example.
1 parent aa4b1ae commit 3840888

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/templates.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,11 +1830,11 @@
18301830
template<C4 U> void f3(U); // \#3
18311831
\end{codeblock}
18321832
The associated constraints of \#1 are
1833-
$\tcode{sizeof(T) == 1}$ (with mapping \tcode{T}$\mapsto$\tcode{U}) $\land \tcode{1 == 2}$.\\
1833+
\tcode{sizeof(T) == 1} (with mapping \tcode{T}$\mapsto$\tcode{U}) $\land$ \tcode{1 == 2}.\\
18341834
The associated constraints of \#2 are
1835-
$\tcode{requires \{ typename T::type; \}}$ (with mapping \tcode{T}$\mapsto$\tcode{U}).\\
1835+
\tcode{requires \{ typename T::type; \}} (with mapping \tcode{T}$\mapsto$\tcode{U}).\\
18361836
The associated constraints of \#3 are
1837-
$\tcode{requires (T x) \{ ++x; \}}$ (with mapping \tcode{T}$\mapsto$\tcode{U}).
1837+
\tcode{requires (T x) \{ ++x; \}} (with mapping \tcode{T}$\mapsto$\tcode{U}).
18381838
\end{example}
18391839
\indextext{constraint!normalization|)}
18401840

0 commit comments

Comments
 (0)