mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.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:
parent
832f770a9f
commit
38f0dcb67f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue