This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from e44fcf834 [libc++] Fix std::abs tests new b9f742658 Fix a couple of unguarded operator, calls in algorithm. Fixes [...]
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 | 26 +++++++++++----------- .../alg.heap.operations/is.heap/is_heap.pass.cpp | 5 +++++ .../is.heap/is_heap_comp.pass.cpp | 5 +++++ .../is.heap/is_heap_until.pass.cpp | 5 +++++ .../is.heap/is_heap_until_comp.pass.cpp | 5 +++++ .../make.heap/make_heap.pass.cpp | 7 ++++++ .../make.heap/make_heap_comp.pass.cpp | 6 +++++ .../alg.heap.operations/pop.heap/pop_heap.pass.cpp | 13 +++++++++++ .../pop.heap/pop_heap_comp.pass.cpp | 12 ++++++++++ .../push.heap/push_heap.pass.cpp | 10 +++++++++ .../push.heap/push_heap_comp.pass.cpp | 10 +++++++++ .../sort.heap/sort_heap.pass.cpp | 8 +++++++ .../sort.heap/sort_heap_comp.pass.cpp | 7 ++++++ 13 files changed, 106 insertions(+), 13 deletions(-)