diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-06 18:57:17 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-04-07 15:45:13 -0700 |
| commit | 60b49cf4f7958ae934bebfa165815ea79e403359 (patch) | |
| tree | 852952ab4ffdf518766c9603192a46ff786af4c4 /toolsrc/include | |
| parent | 1ed61c4de820da8a33828b3a220742357d2c004d (diff) | |
| download | vcpkg-60b49cf4f7958ae934bebfa165815ea79e403359.tar.gz vcpkg-60b49cf4f7958ae934bebfa165815ea79e403359.zip | |
Extract functions for output formatting
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Dependencies.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h index 3243a0915..96fe1031a 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -14,6 +14,8 @@ namespace vcpkg::Dependencies AUTO_SELECTED }; + std::string to_output_string(RequestType request_type, const CStringView s); + enum class InstallPlanType { UNKNOWN, |
