Skip to content

Commit 861071a

Browse files
authored
[iterator.requirements.general] Revert indirectly_writable to "writable" 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.
1 parent 219b959 commit 861071a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iterators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
\defn{value type}
540540
of the iterator.
541541
An output iterator \tcode{i} has a non-empty set of types that are
542-
\libconcept{indirectly_writable} to the iterator;
542+
\defn{writable} to the iterator;
543543
for each such type \tcode{T}, the expression \tcode{*i = o}
544544
is valid where \tcode{o} is a value of type \tcode{T}.
545545
For every iterator type

0 commit comments

Comments
 (0)