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/post_build_lint.cpp | |
| parent | 1565cafb836a8efdb7c39c9c1df1ca4d671f3d90 (diff) | |
| download | vcpkg-88b5791b0bcaa9cce7f488bbd03042aa65e4417e.tar.gz vcpkg-88b5791b0bcaa9cce7f488bbd03042aa65e4417e.zip | |
Use Nested Namespace Definition
Diffstat (limited to 'toolsrc/src/post_build_lint.cpp')
| -rw-r--r-- | toolsrc/src/post_build_lint.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/post_build_lint.cpp b/toolsrc/src/post_build_lint.cpp index 4f0adf677..1fca3a2f6 100644 --- a/toolsrc/src/post_build_lint.cpp +++ b/toolsrc/src/post_build_lint.cpp @@ -7,7 +7,7 @@ #include "BuildInfo.h" #include <regex> -namespace vcpkg { namespace PostBuildLint +namespace vcpkg::PostBuildLint { enum class lint_status { @@ -668,4 +668,4 @@ namespace vcpkg { namespace PostBuildLint System::println("-- Performing post-build validation done"); } -}} +} |
