This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
boost_algorithm
Watch
1
Star
0
Fork
0
You've already forked boost_algorithm
forked from
boostorg/algorithm
Code
Pull Requests
Activity
Files
a4d5f17173269c4108b5b55a74798d8bb51c902b
boost_algorithm
/
include
/
boost
/
algorithm
History
Marshall Clow
a4d5f17173
#ifdef out the four argument versions of is_permutation when we are compiling with C++14, since they're in the standard library
2014-03-19 09:11:51 -07:00
..
cxx11
#ifdef out the four argument versions of is_permutation when we are compiling with C++14, since they're in the standard library
2014-03-19 09:11:51 -07:00
cxx14
Remove tabs
2013-10-14 21:31:19 +00:00
searching
Fixed some file perms that got munged in the git conversion.
2014-02-04 08:13:44 -08:00
string
Fix an uninitialized member in a default-initialized split_iterator; Refs
#9335
2013-11-07 21:31:06 +00:00
clamp.hpp
Changed parameters for the sequence-based versions of clamp from being passed by vaue to being passed by const &. Thanks to Martin Moene for the suggestion.
2014-03-11 12:09:51 -07:00
gather.hpp
Gather does not (in general) work with forward iterators, even though it does on some systems
2013-02-25 22:31:52 +00:00
hex.hpp
Detab
2013-03-18 20:33:53 +00:00
minmax_element.hpp
Removed use of comma operator; Refs
#7752
2012-12-12 15:40:24 +00:00
minmax.hpp
boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
2006-07-27 10:27:37 +00:00
string_regex.hpp
Fix many typos in the comments and documentation; no functionality change. Thanks to Michael Morin for the patch
2012-12-28 17:51:56 +00:00
string.hpp
Added missing include. This was already fixed on the 1.34 branch but never merged to the trunk.
2008-05-28 08:32:12 +00:00
wrappers.hpp
Tabs. I likes them; the inspect tool, not so much
2012-07-19 00:28:16 +00:00