This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b3000498acc Add PR number new 53046f072c6 Move std::unique_lock definition to a separate header
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: libstdc++-v3/ChangeLog | 15 ++ libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/std_mutex.h | 195 --------------------- .../include/bits/{std_mutex.h => unique_lock.h} | 150 ++-------------- libstdc++-v3/include/std/condition_variable | 1 + libstdc++-v3/include/std/mutex | 1 + 7 files changed, 32 insertions(+), 332 deletions(-) copy libstdc++-v3/include/bits/{std_mutex.h => unique_lock.h} (63%)