mutex (try_lock): Do not swallow exceptions.
authorJonathan Wakely <jwakely@redhat.com>
Mon, 22 Sep 2014 14:54:35 +0000 (15:54 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 22 Sep 2014 14:54:35 +0000 (15:54 +0100)
commit726d31362afc855b41260f0ab7f9318112285587
treed3edeb60abfd92d2115a04f0ab0ad08bc32100e1
parented26fe9e4aa22ad8beac1b338f4ede8af69e1af3
mutex (try_lock): Do not swallow exceptions.

* include/std/mutex (try_lock): Do not swallow exceptions.
* testsuite/30_threads/try_lock/4.cc: Fix test.

From-SVN: r215467
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/mutex
libstdc++-v3/testsuite/30_threads/try_lock/4.cc