This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 1cf5591af Fix class template deduction for scoped_lock. new d66e43aff Revert r304955 - Fix class template deduction for scoped_lock. new 3113ac6f8 Add tests for class template deduction on std::tuple.
The 2 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/mutex | 5 - include/tuple | 10 ++ .../tuple.cnstr/implicit_deduction_guides.pass.cpp | 150 +++++++++++++++++++++ 3 files changed, 160 insertions(+), 5 deletions(-) create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/implicit_deduc [...]