forked from boostorg/range
[boost][range] - Updated begin/end to be protected against accidental ADL to improve compatibility with C++0x. Added any_range which adds type erasure support. Added a type_erased adaptor to utilise the any_range. Implemented the any_iterator using a small buffer optimization to avoid heap usage.
[SVN r67541]
This commit is contained in:
@ -177,6 +177,7 @@ rng | boost::adaptors::adaptor_generator
|
||||
[include adaptors/reversed.qbk]
|
||||
[include adaptors/sliced.qbk]
|
||||
[include adaptors/strided.qbk]
|
||||
[include adaptors/type_erased.qbk]
|
||||
[include adaptors/tokenized.qbk]
|
||||
[include adaptors/transformed.qbk]
|
||||
[include adaptors/uniqued.qbk]
|
||||
|
Reference in New Issue
Block a user