This website requires JavaScript.
Explore
Help
Sign In
boostorg
/
range
Watch
1
Star
0
Fork
1
You've already forked range
mirror of
https://github.com/boostorg/range.git
synced
2026-01-24 16:02:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
22c72c53ebaa46c8fbbabae4c4005fc596a8d2c9
range
/
include
History
Neil Groves
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
..
boost
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.
2010-04-03 19:14:13 +00:00