forked from boostorg/algorithm
Fix documentation to reflect commit 4dac507
This commit is contained in:
@ -73,7 +73,7 @@ All of the variants of `all_of` and `all_of_equal` take their parameters by valu
|
||||
|
||||
[heading Notes]
|
||||
|
||||
* The routine `all_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 `all_of` is also available as part of the C++11 standard.
|
||||
|
||||
* `all_of` and `all_of_equal` both return true for empty ranges, no matter what is passed to test against. When there are no items in the sequence to test, they all satisfy the condition to be tested against.
|
||||
|
||||
|
Reference in New Issue
Block a user