Discussion:
[PATCH] Make test for Filesystem TS actually use the Filesystem TS
Jonathan Wakely
2018-12-10 15:24:50 UTC
Permalink
This test was copied from 27_io/filesystem/path/query/is_absolute.cc but
should have been modified to test the path type from the TS instead of
std::filesystem::path.

* testsuite/experimental/filesystem/path/query/is_absolute.cc: Fix
test to use TS, not C++17.

Tested x86_64-linux, committed to trunk.

Loading...