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
Files
367582d0f414ba7098081c69b8b86428905f6f2f
boost_range
/
include
/
boost
/
range
/
algorithm_ext
History
Bryce Adelstein-Lelbach
367582d0f4
Removed the use of __gnu_cxx::is_sorted from Boost.Graph as it's lolnonportable,
...
implemented a version of the algorithm as a replacement, [SVN r68144]
2011-01-14 03:02:47 +00:00
..
copy_n.hpp
Boost.Range added unit tests for extended algorithms.
2010-04-04 14:14:12 +00:00
erase.hpp
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.
2010-04-11 22:05:02 +00:00
for_each.hpp
Fixed tab and no-newline-at-end-of-file issues from inspection report
2010-04-20 17:54:16 +00:00
insert.hpp
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.
2010-04-11 22:05:02 +00:00
iota.hpp
[boost][range] - Improved handling of temporary ranges in range algorithms.
2010-07-12 00:08:41 +00:00
is_sorted.hpp
Removed the use of __gnu_cxx::is_sorted from Boost.Graph as it's lolnonportable,
2011-01-14 03:02:47 +00:00
overwrite.hpp
[boost][range] - Improved handling of temporary ranges in range algorithms.
2010-07-12 00:08:41 +00:00
push_back.hpp
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.
2010-04-11 22:05:02 +00:00
push_front.hpp
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.
2010-04-11 22:05:02 +00:00