This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 0175dfdfd Implement the non-parallel versions of reduce and transform_r [...] new c590dae5d Add an `__is_inplace_index` metafunction.
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/utility | 6 ++++ .../utilities/utility/__is_inplace_index.pass.cpp | 32 ++++++++++++++++++++++ .../utilities/utility/__is_inplace_type.pass.cpp | 32 ++++++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 test/libcxx/utilities/utility/__is_inplace_index.pass.cpp create mode 100644 test/libcxx/utilities/utility/__is_inplace_type.pass.cpp