diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-03 16:26:54 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-04 16:44:45 -0700 |
| commit | 9e19213498a4f77aa9b55ce1e81a3efaabfc9844 (patch) | |
| tree | 52a29894cd34887e413c1c2624c22817fdb65096 /toolsrc/src/PostBuildLint_BuildInfo.cpp | |
| parent | ccbb2ebcdafa3978105115840285466d57c87186 (diff) | |
| download | vcpkg-9e19213498a4f77aa9b55ce1e81a3efaabfc9844.tar.gz vcpkg-9e19213498a4f77aa9b55ce1e81a3efaabfc9844.zip | |
expected -> Expected
Diffstat (limited to 'toolsrc/src/PostBuildLint_BuildInfo.cpp')
| -rw-r--r-- | toolsrc/src/PostBuildLint_BuildInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/PostBuildLint_BuildInfo.cpp b/toolsrc/src/PostBuildLint_BuildInfo.cpp index 0b26e00a6..c7f0781b7 100644 --- a/toolsrc/src/PostBuildLint_BuildInfo.cpp +++ b/toolsrc/src/PostBuildLint_BuildInfo.cpp @@ -39,7 +39,7 @@ namespace vcpkg::PostBuildLint BuildInfo read_build_info(const fs::path& filepath) { - const expected<std::unordered_map<std::string, std::string>> pghs = Paragraphs::get_single_paragraph(filepath); + const Expected<std::unordered_map<std::string, std::string>> pghs = Paragraphs::get_single_paragraph(filepath); Checks::check_exit(VCPKG_LINE_INFO, pghs.get() != nullptr, "Invalid BUILD_INFO file for package"); return BuildInfo::create(*pghs.get()); } |
