diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-29 18:08:53 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-30 13:38:42 -0800 |
| commit | 0042316c4b57cf91ded8e474a8dda354340e7381 (patch) | |
| tree | b328767cab72afa547e9d06c5662f56fc5cfac21 /toolsrc/src/vcpkg_System.cpp | |
| parent | 5815a102389e84fd1bc6a6d7865ab0459d7c7a9f (diff) | |
| download | vcpkg-0042316c4b57cf91ded8e474a8dda354340e7381.tar.gz vcpkg-0042316c4b57cf91ded8e474a8dda354340e7381.zip | |
Introduce filesystem_fs.h
Diffstat (limited to 'toolsrc/src/vcpkg_System.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_System.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg_System.cpp b/toolsrc/src/vcpkg_System.cpp index cc7080069..cb3eb6584 100644 --- a/toolsrc/src/vcpkg_System.cpp +++ b/toolsrc/src/vcpkg_System.cpp @@ -3,8 +3,6 @@ #include <Windows.h> #include <regex> -namespace fs = std::tr2::sys; - namespace vcpkg {namespace System { fs::path get_exe_path_of_current_process() |
