This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 9c6f00d XFAILing new test on C++03 new 8d5cbd7 Add 'is_callable' and 'is_nothrow_callable' traits and cleanu [...]
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_base | 84 +----- include/experimental/tuple | 3 +- include/type_traits | 317 +++++++++++++++------ .../tuple/tuple.apply/constexpr_types.pass.cpp | 5 - ...s.cpp => PR23141_invoke_not_constexpr.pass.cpp} | 22 +- .../func.require/bullet_1_2_3.pass.cpp | 3 + .../func.require/bullet_4_5_6.pass.cpp | 21 +- .../function.objects/func.require/invoke_helpers.h | 196 +++++++++---- .../allocate_shared.pass.cpp | 4 +- ...ics.pass.cpp => allocate_shared_cxx03.pass.cpp} | 2 +- .../utilities/meta/meta.rel/is_callable.pass.cpp | 159 +++++++++++ .../meta/meta.rel/is_nothrow_callable.pass.cpp | 115 ++++++++ .../meta.trans/meta.trans.other/result_of.pass.cpp | 7 + .../meta.trans.other/result_of11.pass.cpp | 4 + www/cxx1z_status.html | 2 +- 15 files changed, 701 insertions(+), 243 deletions(-) copy test/std/utilities/function.objects/bind/func.bind/func.bind.bind/{copy.pass. [...] rename test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr. [...] create mode 100644 test/std/utilities/meta/meta.rel/is_callable.pass.cpp create mode 100644 test/std/utilities/meta/meta.rel/is_nothrow_callable.pass.cpp