This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a27cbf8 [libcxx] Allow target flags to affect CMake configuration tests new c230822 Add C++17 std::not_fn negator.
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/functional | 49 +- .../function.objects/func.invoke/invoke.pass.cpp | 38 ++ .../function.objects/func.not_fn/not_fn.pass.cpp | 540 +++++++++++++++++++++ www/cxx1z_status.html | 4 +- 4 files changed, 627 insertions(+), 4 deletions(-) create mode 100644 test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp