Skip to content

Commit 0939285

Browse files
committed
Break line
1 parent 64ee739 commit 0939285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@
16811681
\oldconcept{CopyConstructible}\iref{utility.req.cpp17.copyconstructible},
16821682
\oldconcept{CopyAssignable}\iref{utility.req.cpp17.copyassignable}, and
16831683
\oldconcept{Destructible}\iref{utility.req.cpp17.destructible} requirements.
1684-
If \tcode{is_trivially_copy_constructible_v<stateT>} is \tcode{true},
1684+
If \tcode{is_trivi\-ally_copy_constructible_v<stateT>} is \tcode{true},
16851685
then \tcode{fpos<stateT>} has a trivial copy constructor.
16861686
If \tcode{is_trivially_copy_assignable_v<stateT>} is \tcode{true},
16871687
then \tcode{fpos<stateT>} has a trivial copy assignment operator.

0 commit comments

Comments
 (0)