55fd3ca5b2
[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]
2011-01-01 16:46:32 +00:00
d68174a51d
[boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues.
...
[SVN r67419]
2010-12-22 22:36:43 +00:00
aebb16feef
Boost.Range sliced adaptor is now compatible with VC10 even with using namespace boost::adaptors.
...
[SVN r61923]
2010-05-12 01:34:50 +00:00
adc4b5db3b
Boost.Range brought back some of the const overloads that were over-zealously removed.
...
[SVN r61495]
2010-04-22 22:43:57 +00:00
f6c15771e2
Fixed tab and no-newline-at-end-of-file issues from inspection report
...
[SVN r61435]
2010-04-20 17:54:16 +00:00
4641e2e69d
Boost.Range - removed unnecessary code from the sliced adaptor.
...
Added a unit test to test the use of a non-member function as a transform functor and composition of strided, sliced and transformed range adaptors.
[SVN r61404]
2010-04-19 11:45:27 +00:00
40d20d65ca
Fix compilation of Boost.Range adaptors on GCC 64-bit
...
[SVN r60904]
2010-03-28 19:44:33 +00:00
b0d1db7c2e
Boost.RangeEx merged into Boost.Range
...
[SVN r60897]
2010-03-28 16:08:35 +00:00