From 8d955c83b53d42983ebd9a046a0a0a5ade08537f Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 19 Jun 2017 13:25:41 -0700 Subject: Use std::experimental::filesystem instead of std::tr2::sys --- toolsrc/include/filesystem_fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolsrc/include') diff --git a/toolsrc/include/filesystem_fs.h b/toolsrc/include/filesystem_fs.h index 8e223511d..0651ebf25 100644 --- a/toolsrc/include/filesystem_fs.h +++ b/toolsrc/include/filesystem_fs.h @@ -4,7 +4,7 @@ namespace fs { - namespace stdfs = std::tr2::sys; + namespace stdfs = std::experimental::filesystem; using stdfs::path; using stdfs::copy_options; -- cgit v1.2.3