File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -14621,10 +14621,12 @@
14621
14621
\end{note}
14622
14622
14623
14623
\pnum
14624
- Any sequence container\iref{sequence.reqmts} \tcode{C}
14625
- supporting \oldconcept{RandomAccessIterator} can be used
14626
- to instantiate \tcode{flat_map},
14627
- as long as invocations of
14624
+ Any type \tcode{C}
14625
+ that meets the sequence container requirements\iref{sequence.reqmts}
14626
+ can be used to instantiate \tcode{flat_map},
14627
+ as long as
14628
+ \tcode{C::iterator} meets the \oldconcept{RandomAccessIterator} requirements and
14629
+ invocations of
14628
14630
member functions \tcode{C::size} and \tcode{C::max_size} do not exit via an exception.
14629
14631
In particular, \tcode{vector}\iref{vector} and \tcode{deque}\iref{deque}
14630
14632
can be used.
@@ -15763,10 +15765,12 @@
15763
15765
\end{note}
15764
15766
15765
15767
\pnum
15766
- Any sequence container\iref{sequence.reqmts} \tcode{C}
15767
- supporting \oldconcept{RandomAccessIterator} can be used to
15768
- instantiate \tcode{flat_multimap},
15769
- as long as invocations of
15768
+ Any type \tcode{C}
15769
+ that meets the sequence container requirements\iref{sequence.reqmts}
15770
+ can be used to instantiate \tcode{flat_multimap},
15771
+ as long as
15772
+ \tcode{C::iterator} meets the \oldconcept{RandomAccessIterator} requirements and
15773
+ invocations of
15770
15774
member functions \tcode{C::size} and \tcode{C::max_size} do not exit via an exception.
15771
15775
In particular,
15772
15776
\tcode{vector}\iref{vector} and \tcode{deque}\iref{deque} can be used.
You can’t perform that action at this time.
0 commit comments