diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-05 14:14:11 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-05 14:14:11 -0800 |
| commit | 88b5791b0bcaa9cce7f488bbd03042aa65e4417e (patch) | |
| tree | 66cb5662f0b439dbfa5ca88d6b5c0a878951ee77 /toolsrc/src/vcpkg_Dependencies.cpp | |
| parent | 1565cafb836a8efdb7c39c9c1df1ca4d671f3d90 (diff) | |
| download | vcpkg-88b5791b0bcaa9cce7f488bbd03042aa65e4417e.tar.gz vcpkg-88b5791b0bcaa9cce7f488bbd03042aa65e4417e.zip | |
Use Nested Namespace Definition
Diffstat (limited to 'toolsrc/src/vcpkg_Dependencies.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_Dependencies.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg_Dependencies.cpp b/toolsrc/src/vcpkg_Dependencies.cpp index ae7f697fa..f1464a605 100644 --- a/toolsrc/src/vcpkg_Dependencies.cpp +++ b/toolsrc/src/vcpkg_Dependencies.cpp @@ -9,7 +9,7 @@ #include "vcpkg_Files.h" #include "vcpkg.h" -namespace vcpkg { namespace Dependencies +namespace vcpkg::Dependencies { std::vector<package_spec_with_install_plan> create_install_plan(const vcpkg_paths& paths, const std::vector<package_spec>& specs, const StatusParagraphs& status_db) { @@ -72,4 +72,4 @@ namespace vcpkg { namespace Dependencies } return ret; } -}} +} |
