This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_range
Watch
1
Star
0
Fork
0
You've already forked boost_range
forked from
boostorg/range
Code
Pull Requests
Activity
253
Commits
61
Branches
106
Tags
39d77206e1fba0a0f7785e05c52bf92fbcb99a22
Commit Graph
2 Commits
Author
SHA1
Message
Date
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
Neil Groves
b0d1db7c2e
Boost.RangeEx merged into Boost.Range
...
[SVN r60897]
2010-03-28 16:08:35 +00:00