Files
boost_algorithm/include/boost/algorithm
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
..
2025-05-05 18:01:59 +02:00
2023-07-27 01:04:04 +02:00
2021-09-13 00:28:03 +02:00
2022-10-12 19:53:19 +06:00