Created on 2023-08-04.00:00:00 last changed 12 months ago
[ 2023-10-30; Reflector poll ]
Set priority to 3 after reflector poll.
[flat.map.overview] and [flat.multimap.overview] currently only require that the iterator types meet Cpp17InputIterator requirements and model the std::random_access_iterator concept.
The intent seems to be thatthe operator*() returns proxy references of type std::pair<const K&, V&> or std::pair<const K&, const V&> (same as the reference or const_reference types of the container adaptors), and
the value_type of these iterators is std::pair<K, V> (same as the value_type of the container adaptors).
However, such intent doesn't seem to be clear.
Moreover, given such possibly intended iterator types don't meet Cpp17ForwardIterator requirements, we may need to mention the exceptions in [container.reqmts] or [associative.reqmts.general].History | |||
---|---|---|---|
Date | User | Action | Args |
2023-10-30 16:39:42 | admin | set | messages: + msg13785 |
2023-08-04 00:00:00 | admin | create |