mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 08:32:08 +02:00
Fix a couple of typos
[SVN r19089]
This commit is contained in:
@ -585,8 +585,8 @@ out of the overload set when the types are not interoperable.]
|
|||||||
The ``Derived`` template parameter must be a class derived from
|
The ``Derived`` template parameter must be a class derived from
|
||||||
``iterator_facade``.
|
``iterator_facade``.
|
||||||
|
|
||||||
The default for the ``Reference`` parameter is `Value&`` if the access
|
The default for the ``Reference`` parameter is ``Value&`` if the
|
||||||
category for ``iterator_facade`` is implicitly convertible to
|
access category for ``iterator_facade`` is implicitly convertible to
|
||||||
``writable_iterator_tag``, and ``const Value&`` otherwise.
|
``writable_iterator_tag``, and ``const Value&`` otherwise.
|
||||||
|
|
||||||
The following table describes the other requirements on the
|
The following table describes the other requirements on the
|
||||||
@ -1513,7 +1513,7 @@ Class template ``function_output_iterator``
|
|||||||
public:
|
public:
|
||||||
typedef iterator_tag<
|
typedef iterator_tag<
|
||||||
writable_iterator_tag
|
writable_iterator_tag
|
||||||
, incrementable_iterator_tag
|
, incrementable_traversal_tag
|
||||||
> iterator_category;
|
> iterator_category;
|
||||||
typedef void value_type;
|
typedef void value_type;
|
||||||
typedef void difference_type;
|
typedef void difference_type;
|
||||||
|
Reference in New Issue
Block a user