Made map random access. Thanks to Brandon Kohn!

[SVN r74882]
This commit is contained in:
Joel de Guzman
2011-10-10 09:55:52 +00:00
parent b6df98e86c
commit 10274e7884
5 changed files with 73 additions and 9 deletions

View File

@@ -188,6 +188,7 @@ are not defined in __forward_sequence__.
* __std_pair__
* __boost_array__
* __vector__
* __map__
* __reverse_view__
* __single_view__
* __iterator_range__ (where adapted sequence is a Bidirectional Sequence)
@@ -264,6 +265,7 @@ are not defined in __bidirectional_sequence__.
* __std_pair__
* __boost_array__
* __vector__
* __map__
* __reverse_view__
* __single_view__
* __iterator_range__ (where adapted sequence is a Random Access Sequence)