Skip to content

Commit 2544274

Browse files
committed
[utilities] Add some hyphenation hints for long inline expressions
1 parent 1586a0a commit 2544274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/utilities.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,7 @@
11771177
\pnum
11781178
\remarks
11791179
This constructor shall not participate in overload resolution unless
1180-
\tcode{is_default_constructible<$T_i$>::value} is \tcode{true} for all $i$.
1180+
\tcode{is_default_construct\-ible<$T_i$>::value} is \tcode{true} for all $i$.
11811181
\enternote This behaviour can be implemented by a constructor template
11821182
with default template arguments. \exitnote
11831183
\end{itemdescr}
@@ -1212,7 +1212,7 @@
12121212

12131213
\pnum
12141214
\effects The constructor initializes the elements in the tuple with the
1215-
corresponding value in \tcode{std::forward<UTypes>(u)}.
1215+
corresponding value in \tcode{std::for\-ward<UTypes>(u)}.
12161216

12171217
\pnum
12181218
\remarks This constructor shall not participate in overload resolution unless

0 commit comments

Comments
 (0)