merge [72977] from trunk, regenerate docs

[SVN r73156]
This commit is contained in:
Eric Niebler
2011-07-16 21:16:10 +00:00
parent c411c4b479
commit efea9aec4b
266 changed files with 1973 additions and 1729 deletions

View File

@ -189,6 +189,7 @@ are not defined in __forward_sequence__.
* __boost_array__
* __vector__
* __reverse_view__
* __single_view__
* __iterator_range__ (where adapted sequence is a Bidirectional Sequence)
* __transform_view__ (where adapted sequence is a Bidirectional Sequence)
* __zip_view__ (where adapted sequences are models of Bidirectional Sequence)
@ -264,6 +265,7 @@ are not defined in __bidirectional_sequence__.
* __boost_array__
* __vector__
* __reverse_view__
* __single_view__
* __iterator_range__ (where adapted sequence is a Random Access Sequence)
* __transform_view__ (where adapted sequence is a Random Access Sequence)
* __zip_view__ (where adapted sequences are models of Random Access Sequence)