We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64ee739 commit 0939285Copy full SHA for 0939285
source/iostreams.tex
@@ -1681,7 +1681,7 @@
1681
\oldconcept{CopyConstructible}\iref{utility.req.cpp17.copyconstructible},
1682
\oldconcept{CopyAssignable}\iref{utility.req.cpp17.copyassignable}, and
1683
\oldconcept{Destructible}\iref{utility.req.cpp17.destructible} requirements.
1684
-If \tcode{is_trivially_copy_constructible_v<stateT>} is \tcode{true},
+If \tcode{is_trivi\-ally_copy_constructible_v<stateT>} is \tcode{true},
1685
then \tcode{fpos<stateT>} has a trivial copy constructor.
1686
If \tcode{is_trivially_copy_assignable_v<stateT>} is \tcode{true},
1687
then \tcode{fpos<stateT>} has a trivial copy assignment operator.
0 commit comments