This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from cce11ce7c Add error code handling to remove_all test new 8d0d82585 First part of P0202: Adding constexpr modifiers to functions [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/algorithm | 97 ++++++++++------------ .../alg.partitions/is_partitioned.pass.cpp | 19 ++++- .../alg.is_permutation/is_permutation.pass.cpp | 21 ++++- .../is_permutation_pred.pass.cpp | 21 ++++- .../alg.heap.operations/is.heap/is_heap.pass.cpp | 17 +++- .../is.heap/is_heap_comp.pass.cpp | 17 +++- .../is.heap/is_heap_until.pass.cpp | 17 +++- .../is.heap/is_heap_until_comp.pass.cpp | 17 +++- .../alg.sort/is.sorted/is_sorted.pass.cpp | 13 +++ .../alg.sort/is.sorted/is_sorted_comp.pass.cpp | 13 +++ .../alg.sort/is.sorted/is_sorted_until.pass.cpp | 13 +++ .../is.sorted/is_sorted_until_comp.pass.cpp | 13 +++ www/cxx2a_status.html | 6 +- 13 files changed, 222 insertions(+), 62 deletions(-)