r271437 - in /trunk/libstdc++-v3: ChangeLog tes...
redi@gcc.gnu.org
redi@gcc.gnu.org
Mon May 20 20:21:00 GMT 2019
Author: redi
Date: Mon May 20 20:21:15 2019
New Revision: 271437
URL: https://gcc.gnu.org/viewcvs?rev=271437&root=gcc&view=rev
Log:
Fix test failure due to Networking TS headers using mutexes
Only include the Networking headers for targets with Gthreads, so that
the uses of std::mutex and std::condition_variable don't cause errors.
* testsuite/experimental/names.cc: Only include Networking TS headers
on targets with the necessary Gthreads support.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/testsuite/experimental/names.cc
More information about the Libstdc++-cvs
mailing list