diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-02-19 12:20:16 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-02-21 23:01:54 -0800 |
| commit | 0ef0300b8eefcdfe119e0bbaa3ce7b0f8c30ee4c (patch) | |
| tree | 41d1297d522779e6d6e8115712fc589a4fe9f29a /toolsrc/include | |
| parent | 222fa360120b9b66fcd305a247e57e1ddf669229 (diff) | |
| download | vcpkg-0ef0300b8eefcdfe119e0bbaa3ce7b0f8c30ee4c.tar.gz vcpkg-0ef0300b8eefcdfe119e0bbaa3ce7b0f8c30ee4c.zip | |
[vcpkg] Enable metrics on linux
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/base/strings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/base/strings.h b/toolsrc/include/vcpkg/base/strings.h index ee1b2fc28..6ef840fb3 100644 --- a/toolsrc/include/vcpkg/base/strings.h +++ b/toolsrc/include/vcpkg/base/strings.h @@ -38,6 +38,8 @@ namespace vcpkg::Strings std::string to_utf8(const CWStringView& w); + std::string escape_string(const CStringView& s, char char_to_escape, char escape_char); + std::string::const_iterator case_insensitive_ascii_find(const std::string& s, const std::string& pattern); bool case_insensitive_ascii_contains(const std::string& s, const std::string& pattern); |
