This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 186b81a51 Attempt to avoid static init ordering issues with globalMemCounter new 3477ae445 Implement inclusive_scan/transform_inclusive_scan for C++17.
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/numeric | 87 ++++++++++++++++ .../inclusive_scan.pass.cpp} | 37 ++++--- .../inclusive.scan/inclusive_scan_op.pass.cpp | 112 +++++++++++++++++++++ .../inclusive_scan_op_init.pass.cpp} | 86 ++++++++++++---- .../transform_inclusive_scan_bop_uop.pass.cpp} | 79 +++++---------- ...transform_inclusive_scan_bop_uop_init.pass.cpp} | 52 +++++----- 6 files changed, 336 insertions(+), 117 deletions(-) copy test/std/numerics/numeric.ops/{exclusive.scan/exclusive_scan.pass.cpp => incl [...] create mode 100644 test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op. [...] copy test/std/numerics/numeric.ops/{exclusive.scan/exclusive_scan_init_op.pass.cpp [...] copy test/std/numerics/numeric.ops/{transform.exclusive.scan/transform_exclusive_s [...] copy test/std/numerics/numeric.ops/{transform.exclusive.scan/transform_exclusive_s [...]