|
d46a4468e1
|
Branch for 2nd try at V2 removal
[SVN r77497]
|
2012-03-23 12:04:44 +00:00 |
|
|
ef000176d8
|
[boost][range] - Improved handling of temporary ranges in range algorithms.
[SVN r63902]
|
2010-07-12 00:08:41 +00:00 |
|
|
cf63ba0dc9
|
Boost.Range removed redundant overloads, increased compiler support, and made return types consistent.
[SVN r61281]
|
2010-04-14 22:16:11 +00:00 |
|
|
350a1f8bfc
|
Boost.Range updated the return types of various algorithms to improve consistency. This is to address a specific request made during the formal review of Boost.RangeEx.
[SVN r61211]
|
2010-04-11 22:05:02 +00:00 |
|
|
debce93f63
|
Boost.Range is modified to conditionally compile concept assertions. This has been configured to disable concept assertions in Boost.Range for known broken compilers.
[SVN r61035]
|
2010-04-04 10:47:21 +00:00 |
|
|
22c72c53eb
|
Boost.Range algorithms are now in the boost::range namespace and brought into boost by the appropriate using statement. This allows better interoperation with Boost.Algorithm since errors only occur when the use calls similarly named ambiguous functions. In this event the user can disambiguate by using algorithm::xxx() or range::xxx(). This iteration also updates the concept assert code in the range algorithms.
[SVN r61023]
|
2010-04-03 19:14:13 +00:00 |
|
|
b0d1db7c2e
|
Boost.RangeEx merged into Boost.Range
[SVN r60897]
|
2010-03-28 16:08:35 +00:00 |
|