This commit is contained in:
Kolya Matteo
2016-04-29 16:20:43 -04:00
parent e066bfae81
commit c11878cd8a

View File

@ -74,7 +74,7 @@ All of the variants of `none_of` and `none_of_equal` take their parameters by va
[heading Notes]
* The routine `none_of` is also available aspart of the C++11 standard.
* The routine `none_of` is also available as part of the C++11 standard.
* `none_of` and `none_of_equal` both return true for empty ranges, no matter what is passed to test against.