aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Input.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-01-05 14:14:11 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-01-05 14:14:11 -0800
commit88b5791b0bcaa9cce7f488bbd03042aa65e4417e (patch)
tree66cb5662f0b439dbfa5ca88d6b5c0a878951ee77 /toolsrc/include/vcpkg_Input.h
parent1565cafb836a8efdb7c39c9c1df1ca4d671f3d90 (diff)
downloadvcpkg-88b5791b0bcaa9cce7f488bbd03042aa65e4417e.tar.gz
vcpkg-88b5791b0bcaa9cce7f488bbd03042aa65e4417e.zip
Use Nested Namespace Definition
Diffstat (limited to 'toolsrc/include/vcpkg_Input.h')
-rw-r--r--toolsrc/include/vcpkg_Input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_Input.h b/toolsrc/include/vcpkg_Input.h
index 5ce90e3b9..3cce334c4 100644
--- a/toolsrc/include/vcpkg_Input.h
+++ b/toolsrc/include/vcpkg_Input.h
@@ -3,7 +3,7 @@
#include "package_spec.h"
#include "vcpkg_paths.h"
-namespace vcpkg {namespace Input
+namespace vcpkg::Input
{
package_spec check_and_get_package_spec(const std::string& package_spec_as_string, const triplet& default_target_triplet, const std::string& example_text);
@@ -12,4 +12,4 @@ namespace vcpkg {namespace Input
void check_triplet(const triplet& t, const vcpkg_paths& paths);
void check_triplets(std::vector<package_spec> triplets, const vcpkg_paths& paths);
-}}
+}