r240980 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Tue Oct 11 10:33:00 GMT 2016
Author: redi
Date: Tue Oct 11 10:33:16 2016
New Revision: 240980
URL: https://gcc.gnu.org/viewcvs?rev=240980&root=gcc&view=rev
Log:
More noexcept for standard mutex types and locks
* include/bits/std_mutex.h (mutex::native_handle)
(lock_guard(mutex_type&, adopt_lock_t)
(unique_lock(mutex_type&, adopt_lock_t): Add noexcept.
* include/std/mutex (recursive_mutex, timed_mutex)
(recursive_timed_mutex): Likewise.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/std_mutex.h
trunk/libstdc++-v3/include/std/mutex
More information about the Libstdc++-cvs
mailing list