Skip to content

Commit 47273ce

Browse files
jensmaurertkoeppe
authored andcommitted
[fpos.operations] Fix name of type trait
1 parent fc53c9e commit 47273ce

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{Destructible} (\tref{cpp17.destructible}) requirements.
16821682
If \tcode{is_trivially_copy_constructible_v<stateT>} is \tcode{true},
16831683
then \tcode{fpos<stateT>} has a trivial copy constructor.
1684-
If \tcode{is_trivially_copy_assignable<stateT>} is \tcode{true},
1684+
If \tcode{is_trivially_copy_assignable_v<stateT>} is \tcode{true},
16851685
then \tcode{fpos<stateT>} has a trivial copy assignment operator.
16861686
If \tcode{is_trivially_destructible_v<stateT>} is \tcode{true},
16871687
then \tcode{fpos<stateT>} has a trivial destructor.

0 commit comments

Comments
 (0)