Skip to content

Commit

Permalink
[iterator.requirements.general] Revert indirectly_writable to "writ…
Browse files Browse the repository at this point in the history
…able" definition (#7471)

This fixes a misapplication of the 2019 Belfast meeting LWG motion 9 (P1878R1), which erroneously replaced the "writable" definition by the `indirectly_writable` concept.
  • Loading branch information
Dani-Hub authored Dec 4, 2024
1 parent 219b959 commit 861071a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/iterators.tex
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
\defn{value type}
of the iterator.
An output iterator \tcode{i} has a non-empty set of types that are
\libconcept{indirectly_writable} to the iterator;
\defn{writable} to the iterator;
for each such type \tcode{T}, the expression \tcode{*i = o}
is valid where \tcode{o} is a value of type \tcode{T}.
For every iterator type
Expand Down

0 comments on commit 861071a

Please sign in to comment.