Remove CryCommonTools (moving the three remaining files into Editor/Util which is the only place they're used). (#741)

Remove CryCommonTools (moving the three remaining files into Editor/Util which is the only place they're used).
This commit is contained in:
bosnichd
2021-05-13 11:10:44 -06:00
committed by GitHub
parent 55ec82be8f
commit 3d84902b24
11 changed files with 3 additions and 51 deletions
-1
View File
@@ -168,7 +168,6 @@ namespace CryStringUtils_Internal
// Can be used for ASCII and Unicode (UTF-8/UTF-16/UTF-32), but not for ANSI.
// ? will match exactly one code-point.
// * will match zero or more code-points.
// Note: function moved here from CryCommonTools.
template <template<class> class CharComparator, class CharType>
inline bool MatchesWildcards_Tpl(const CharType* pStr, const CharType* pWild)
{