diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-05 14:25:50 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-05 14:25:50 -0800 |
| commit | 708e93d82acd4da9c651cc7043dfd32a182ecc11 (patch) | |
| tree | f54fdba17ca3e7192476e8f249b16c8836225096 /toolsrc/include/BuildInfo.h | |
| parent | 6e29b7b8d4b3a21e46a721f79d184213d1c874a4 (diff) | |
| download | vcpkg-708e93d82acd4da9c651cc7043dfd32a182ecc11.tar.gz vcpkg-708e93d82acd4da9c651cc7043dfd32a182ecc11.zip | |
Use Nested Namespace Definition
Diffstat (limited to 'toolsrc/include/BuildInfo.h')
| -rw-r--r-- | toolsrc/include/BuildInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/BuildInfo.h b/toolsrc/include/BuildInfo.h index 49811d521..c90ad7a4e 100644 --- a/toolsrc/include/BuildInfo.h +++ b/toolsrc/include/BuildInfo.h @@ -4,7 +4,7 @@ #include "Paragraphs.h" #include <regex> -namespace vcpkg { namespace PostBuildLint +namespace vcpkg::PostBuildLint { enum class LinkageType { @@ -126,4 +126,4 @@ namespace vcpkg { namespace PostBuildLint }; BuildInfo read_build_info(const fs::path& filepath); -}} +} |
