Skip to content

Commit 997c5d0

Browse files
committed
FIXUP LWG4015: Break lines after comma as suggested in review.
1 parent d892ebc commit 997c5d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/utilities.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3970,7 +3970,8 @@
39703970

39713971
\pnum
39723972
\remarks
3973-
If an exception is thrown during the call to \tcode{T}'s constructor, \tcode{*this} does not contain a value, and
3973+
If an exception is thrown during the call to \tcode{T}'s constructor,
3974+
\tcode{*this} does not contain a value, and
39743975
the previous \exposid{val} (if any) has been destroyed.
39753976
\end{itemdescr}
39763977

@@ -4003,7 +4004,8 @@
40034004

40044005
\pnum
40054006
\remarks
4006-
If an exception is thrown during the call to \tcode{T}'s constructor, \tcode{*this} does not contain a value, and
4007+
If an exception is thrown during the call to \tcode{T}'s constructor,
4008+
\tcode{*this} does not contain a value, and
40074009
the previous \exposid{val} (if any) has been destroyed.
40084010
\end{itemdescr}
40094011

0 commit comments

Comments
 (0)