diff options
| author | devel71 <devel71@hotmail.de> | 2016-11-29 09:36:10 +0100 |
|---|---|---|
| committer | devel71 <devel71@hotmail.de> | 2016-11-29 09:36:10 +0100 |
| commit | 9e6111632100fd2047bc3fc2314c91ea5ffda680 (patch) | |
| tree | dffe9996bec4d5e32e718e2ee72b0dd780ff9ad8 /toolsrc/include/BuildInfo.h | |
| parent | 282d979c7eb8a2ebaf7a815f688245450e844b29 (diff) | |
| parent | 568f742f86c6cb99d56306d34bfc09630e1208da (diff) | |
| download | vcpkg-9e6111632100fd2047bc3fc2314c91ea5ffda680.tar.gz vcpkg-9e6111632100fd2047bc3fc2314c91ea5ffda680.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg into qca
Diffstat (limited to 'toolsrc/include/BuildInfo.h')
| -rw-r--r-- | toolsrc/include/BuildInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/include/BuildInfo.h b/toolsrc/include/BuildInfo.h index 22b4bed7d..7f64c51cc 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; + const std::regex crt_regex() const; + const std::string toString() const; private: BuildType(const ConfigurationType& config, const LinkageType& linkage, const std::string& crt_regex_as_string) @@ -106,7 +106,7 @@ namespace vcpkg OutdatedDynamicCrt() = delete; - const std::regex& crt_regex() const; + const std::regex crt_regex() const; const std::string& toString() const; private: |
