diff options
| author | Alexander Kaspar <alexander.kaspar@gmail.com> | 2016-11-30 19:10:23 +0100 |
|---|---|---|
| committer | Alexander Kaspar <alexander.kaspar@gmail.com> | 2016-11-30 19:10:23 +0100 |
| commit | 255849a3c0d4638e37a538f9547625818516e6e4 (patch) | |
| tree | 6022d8f7360e3ab5bb0bfc251c23226dcb66f079 /toolsrc/include | |
| parent | 8de36e12dbd87db740a7ca089f3dcd1222a22637 (diff) | |
| parent | 61e484a640884bc33ae3754f98006ebb1b4c1f1f (diff) | |
| download | vcpkg-255849a3c0d4638e37a538f9547625818516e6e4.tar.gz vcpkg-255849a3c0d4638e37a538f9547625818516e6e4.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca
Diffstat (limited to 'toolsrc/include')
| -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 7f64c51cc..ccf40abbf 100644 --- a/toolsrc/include/BuildInfo.h +++ b/toolsrc/include/BuildInfo.h @@ -46,8 +46,8 @@ namespace vcpkg const ConfigurationType& config() const; const LinkageType& linkage() const; - const std::regex crt_regex() const; - const std::string toString() const; + std::regex crt_regex() const; + std::string toString() const; private: BuildType(const ConfigurationType& config, const LinkageType& linkage, const std::string& crt_regex_as_string) |
