r271421 - in /trunk/libstdc++-v3: ChangeLog tes...
redi@gcc.gnu.org
redi@gcc.gnu.org
Mon May 20 14:38:00 GMT 2019
Author: redi
Date: Mon May 20 14:38:21 2019
New Revision: 271421
URL: https://gcc.gnu.org/viewcvs?rev=271421&root=gcc&view=rev
Log:
Fix failing tests for use of non-reserved names
Defining 'ptr' fails on Solaris because it's used in <netdb.h>.
Including the Filesystem TS header fails if the TS support wasn't
enabled by configure.
* testsuite/17_intro/names.cc: Do not check 'ptr' on Solaris.
* testsuite/experimental/names.cc: Include <experimental/filesystem>
conditionally.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/testsuite/17_intro/names.cc
trunk/libstdc++-v3/testsuite/experimental/names.cc
More information about the Libstdc++-cvs
mailing list