diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-29 16:20:21 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-08-29 16:20:46 -0700 |
| commit | 5337adf1078f27c993f01662b7dadb8da2801356 (patch) | |
| tree | 84d6dc9d137a03fb17956f37ed47578cb748b118 /toolsrc/include | |
| parent | d1d01075adf025690eeceffc2fc41f9a1a27982b (diff) | |
| download | vcpkg-5337adf1078f27c993f01662b7dadb8da2801356.tar.gz vcpkg-5337adf1078f27c993f01662b7dadb8da2801356.zip | |
Remove Strings::is_empty(). Use std::string.empty()
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Strings.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolsrc/include/vcpkg_Strings.h b/toolsrc/include/vcpkg_Strings.h index 2607caf4c..61f6fab61 100644 --- a/toolsrc/include/vcpkg_Strings.h +++ b/toolsrc/include/vcpkg_Strings.h @@ -39,9 +39,6 @@ namespace vcpkg::Strings static constexpr const char* EMPTY = ""; static constexpr const wchar_t* WEMPTY = L""; - bool is_empty(const CStringView s); - bool is_empty(const CWStringView s); - template<class... Args> std::string format(const char* fmtstr, const Args&... args) { |
