diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-06-19 13:25:41 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-06-19 13:25:41 -0700 |
| commit | 8d955c83b53d42983ebd9a046a0a0a5ade08537f (patch) | |
| tree | 7de01f74a5db3d0005291cb87ebb58b861304b73 /toolsrc/include | |
| parent | d25bea6987406156cab83d2f986b851782bf6c2c (diff) | |
| download | vcpkg-8d955c83b53d42983ebd9a046a0a0a5ade08537f.tar.gz vcpkg-8d955c83b53d42983ebd9a046a0a0a5ade08537f.zip | |
Use std::experimental::filesystem instead of std::tr2::sys
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/filesystem_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
