.removed S(x) macro in Functions4U

git-svn-id: svn://ultimatepp.org/upp/trunk@15888 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2021-03-31 21:27:47 +00:00
parent 832f770a9f
commit 38f0dcb67f

View file

@ -1014,7 +1014,7 @@ int LevenshteinDistance(const char *s, const char *t);
int DamerauLevenshteinDistance(const char *s, const char *t, int alphabetLength = 256);
int SentenceSimilitude(const char *s, const char *t);
#define S(y) Upp::String(y)
// #define S(y) Upp::String(y)
template<class T>