Skip to content

Commit 2aab928

Browse files
committed
[utilities] Add some hyphenation hints for long inline expressions
1 parent dec0bc5 commit 2aab928

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
@@ -1178,7 +1178,7 @@
11781178
\pnum
11791179
\remarks
11801180
This constructor shall not participate in overload resolution unless
1181-
\tcode{is_default_constructible<$T_i$>::value} is \tcode{true} for all $i$.
1181+
\tcode{is_default_construct\-ible<$T_i$>::value} is \tcode{true} for all $i$.
11821182
\enternote This behaviour can be implemented by a constructor template
11831183
with default template arguments. \exitnote
11841184
\end{itemdescr}
@@ -1213,7 +1213,7 @@
12131213

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

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

0 commit comments

Comments
 (0)