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 fc53c9e commit 47273ceCopy full SHA for 47273ce
source/iostreams.tex
@@ -1681,7 +1681,7 @@
1681
\oldconcept{Destructible} (\tref{cpp17.destructible}) requirements.
1682
If \tcode{is_trivially_copy_constructible_v<stateT>} is \tcode{true},
1683
then \tcode{fpos<stateT>} has a trivial copy constructor.
1684
-If \tcode{is_trivially_copy_assignable<stateT>} is \tcode{true},
+If \tcode{is_trivially_copy_assignable_v<stateT>} is \tcode{true},
1685
then \tcode{fpos<stateT>} has a trivial copy assignment operator.
1686
If \tcode{is_trivially_destructible_v<stateT>} is \tcode{true},
1687
then \tcode{fpos<stateT>} has a trivial destructor.
0 commit comments