r227469 - in /trunk/libstdc++-v3: ChangeLog inc...
redi@gcc.gnu.org
redi@gcc.gnu.org
Thu Sep 3 20:40:00 GMT 2015
Author: redi
Date: Thu Sep 3 20:40:03 2015
New Revision: 227469
URL: https://gcc.gnu.org/viewcvs?rev=227469&root=gcc&view=rev
Log:
Clean up libstdc++ includes slightly.
* include/bits/shared_ptr_base.h: Add required header.
* include/std/condition_variable: Likewise.
* include/std/mutex: Remove unused header.
* include/std/shared_mutex: Remove redundant header.
(shared_mutex::shared_mutex()): Replace throw with __throw_bad_alloc.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/shared_ptr_base.h
trunk/libstdc++-v3/include/std/condition_variable
trunk/libstdc++-v3/include/std/mutex
trunk/libstdc++-v3/include/std/shared_mutex
More information about the Libstdc++-cvs
mailing list