Anton Karpov
bdaee1f3f6
[doc] Fix the parameter names documented for is_permutation
...
The three-argument overload documents `\param last2`, but its parameters
are `first1`, `last1`, `first2` — `last2` is a local variable computed
inside the body. The four-argument overload right above it documents
`last1` correctly.
Both `\fn` lines also spell the first two parameters `first` and `last`
while the declarations use `first1` and `last1`.
2026-08-03 16:52:44 +03:00
fanquake
e8ba63c4ad
refactor: use core/enable_if over utility/enable_if
2022-08-30 17:28:54 +01:00
Marshall Clow
9ef3df0d0b
Update header files to always include boost/config.hpp. Fixes issue #61
2019-12-03 08:33:05 -08:00
Kolya Matteo
1da90fcc4a
Remove unnecessary #include <algorithm> and correct some comments
2016-04-29 15:37:09 -04:00
Marshall Clow
4dac507b77
Remove code to use standard library versions of algorithms. Always use the boost ones
2014-08-28 10:07:16 -07:00
Marshall Clow
0f63883818
Rework the file layout and implementation of 'is_permutation' to match the various versions of the C++ standard. In particular, move the four iterator versions into the cxx14/ directory.
2014-03-23 14:56:48 -07:00
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
Marshall Clow
b9d89c559b
Better 'is_permutation' implementation, tests
...
[SVN r84389]
2013-05-20 15:37:50 +00:00
Marshall Clow
1529f909a6
In c++11, use std:: instead of std::tr1:: stuff
...
[SVN r83491]
2013-03-18 20:29:56 +00:00
Marshall Clow
ed9b65dc39
Fix typos in the comments. Refs #7401 . Thanks to Hideaki Takei for the catch
...
[SVN r80619]
2012-09-21 14:53:35 +00:00
Marshall Clow
ea13506795
Cleaned up things that the inspect tool found in Boost.Algorithm. No functionality change
...
[SVN r78687]
2012-05-27 15:24:09 +00:00
Marshall Clow
dfaea65083
Fix (even more) test failures in Boost.Algorithm
...
[SVN r77076]
2012-02-20 15:22:04 +00:00
Marshall Clow
eb8291e0aa
Fix some test (more) failures in Boost.Algorithm
...
[SVN r77073]
2012-02-19 16:17:27 +00:00
Marshall Clow
43c01ff2bc
Added c++11 algorithms to Boost.Algorithm
...
[SVN r77060]
2012-02-18 07:17:39 +00:00