This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from da9535d47 Make list::remove/remove_if/unique all return void before C++ [...] new 47e6bb862 Fix PR27658 - Make ~mutex trivial when possible.
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/__config | 8 ++++ include/__mutex_base | 22 ++++------ src/CMakeLists.txt | 1 + src/mutex.cpp | 5 +-- src/mutex_destructor.cpp | 51 ++++++++++++++++++++++ .../thread.mutex.class/default.pass.cpp | 6 +-- 6 files changed, 73 insertions(+), 20 deletions(-) create mode 100644 src/mutex_destructor.cpp