Skip to content

Commit

Permalink
Remove std::experimental for filesystem (support for VS2019)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-rivero committed Dec 16, 2019
1 parent de51ec8 commit f56caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ namespace testing
const std::string &_str2)
{
#ifdef _WIN32
std::experimental::filesystem::path basePath(_str1);
std::filesystem::path basePath(_str1);
return (basePath / _str2).string();
#else
// Ugly as hell but trying to avoid boost::filesystem
Expand Down

0 comments on commit f56caad

Please sign in to comment.