forked from boostorg/algorithm
Fix documentation to reflect commit 4dac507
This commit is contained in:
@ -54,7 +54,7 @@ Both of the variants of `partition_point` take their parameters by value or cons
|
||||
|
||||
[heading Notes]
|
||||
|
||||
* The iterator-based version of the routine `partition_point` is part of the C++11 standard. When compiled using a C++11 implementation, the implementation from the standard library will be used.
|
||||
* The iterator-based version of the routine `partition_point` is also available as part of the C++11 standard.
|
||||
|
||||
* For empty ranges, the partition point is the end of the range.
|
||||
|
||||
|
Reference in New Issue
Block a user