Fix documentation to reflect commit 4dac507

This commit is contained in:
Kolya Matteo
2016-04-29 16:12:49 -04:00
parent f06dc424dd
commit e066bfae81
6 changed files with 6 additions and 6 deletions

View File

@ -73,7 +73,7 @@ All of the variants of `any_of` and `any_of_equal` take their parameters by valu
[heading Notes]
* The routine `any_of` is part of the C++11 standard. When compiled using a C++11 implementation, the implementation from the standard library will be used.
* The routine `any_of` is also available as part of the C++11 standard.
* `any_of` and `any_of_equal` both return false for empty ranges, no matter what is passed to test against.