diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-29 12:35:27 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-29 15:02:56 -0700 |
| commit | 8e3ee0523072c9330474a13507782cccb2b2be06 (patch) | |
| tree | 492bcaad148d91a47687651a912836fc06679e35 /toolsrc/include | |
| parent | 033f577c51c1e830fb27048c561ff76985855b2d (diff) | |
| download | vcpkg-8e3ee0523072c9330474a13507782cccb2b2be06.tar.gz vcpkg-8e3ee0523072c9330474a13507782cccb2b2be06.zip | |
Rename validate_triplet to is_valid_triplet
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg_paths.h b/toolsrc/include/vcpkg_paths.h index c444d695e..d13c73b0b 100644 --- a/toolsrc/include/vcpkg_paths.h +++ b/toolsrc/include/vcpkg_paths.h @@ -13,7 +13,7 @@ namespace vcpkg fs::path package_dir(const package_spec& spec) const; fs::path port_dir(const package_spec& spec) const; - bool validate_triplet(const triplet& t) const; + bool is_valid_triplet(const triplet& t) const; std::tr2::sys::path root; std::tr2::sys::path packages; |
