Skip to content

[utilities] Add some hyphenation hints for long inline expressions #634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@
\pnum
\remarks
This constructor shall not participate in overload resolution unless
\tcode{is_default_constructible<$T_i$>::value} is \tcode{true} for all $i$.
\tcode{is_default_construct\-ible<$T_i$>::value} is \tcode{true} for all $i$.
\enternote This behaviour can be implemented by a constructor template
with default template arguments. \exitnote
\end{itemdescr}
Expand Down Expand Up @@ -1220,7 +1220,7 @@

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

\pnum
\remarks This constructor shall not participate in overload resolution unless
Expand Down