Skip to content

Commit 110d97d

Browse files
committed
Merge pull request #634 from tkoeppe/hyphen
[utilities] Add some hyphenation hints for long inline expressions
2 parents 1dfc4f6 + 332b3ed commit 110d97d

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
@@ -1185,7 +1185,7 @@
11851185
\pnum
11861186
\remarks
11871187
This constructor shall not participate in overload resolution unless
1188-
\tcode{is_default_constructible<$T_i$>::value} is \tcode{true} for all $i$.
1188+
\tcode{is_default_construct\-ible<$T_i$>::value} is \tcode{true} for all $i$.
11891189
\enternote This behaviour can be implemented by a constructor template
11901190
with default template arguments. \exitnote
11911191
\end{itemdescr}
@@ -1220,7 +1220,7 @@
12201220

12211221
\pnum
12221222
\effects The constructor initializes the elements in the tuple with the
1223-
corresponding value in \tcode{std::forward<UTypes>(u)}.
1223+
corresponding value in \tcode{std::for\-ward<UTypes>(u)}.
12241224

12251225
\pnum
12261226
\remarks This constructor shall not participate in overload resolution unless

0 commit comments

Comments
 (0)