diff --git a/upptst/ide_CleanupId/etalon.log b/upptst/ide_CleanupId/etalon.log index ea42d18e8..f0c1ced66 100644 --- a/upptst/ide_CleanupId/etalon.log +++ b/upptst/ide_CleanupId/etalon.log @@ -1,4 +1,4 @@ -* C:\upp\out\upptst\CLANGx64.Debug.Debug_Full\ide_CleanupId.exe 13.11.2022 17:20:51, user: cxl +* C:\upp\out\upptst\CLANGx64.Debug.Debug_Full\ide_CleanupId.exe 29.11.2022 09:49:19, user: cxl ====== Foo1::operator<<(int) @@ -36,3 +36,11 @@ main(int argc, const char *argv[]) Ns::EditText(int &s, const char *title, const char *label, int (*f)(int), int maxlen, bool notnull) Ns::EditText(int&,const char*,const char*,int(*)(int),int,bool) Ns::EditText(int& s, const char *title, const char *label, int (*f)(int), int maxlen, bool notnull) +====== +template auto SubRange(C&& c, int pos, int count) -> decltype(SubRange(c.begin() + pos, count)) +SubRange(C&&,int,int) +template auto SubRange(C&& c, int pos, int count) +====== +inline void Foo() +Foo() +void Foo() diff --git a/upptst/ide_CleanupId/ide_CleanupId.cpp b/upptst/ide_CleanupId/ide_CleanupId.cpp index 2273a8e85..7bdcee14c 100644 --- a/upptst/ide_CleanupId/ide_CleanupId.cpp +++ b/upptst/ide_CleanupId/ide_CleanupId.cpp @@ -22,7 +22,8 @@ CONSOLE_APP_MAIN "Foo1::operator*(int)", "main(int argc, const char *argv[])", "Ns::EditText(int &s, const char *title, const char *label, int (*f)(int), int maxlen, bool notnull)", - "template auto SubRange(C&& c, int pos, int count) -> decltype(SubRange(c.begin() + pos, count))" + "template auto SubRange(C&& c, int pos, int count) -> decltype(SubRange(c.begin() + pos, count))", + "inline void Foo()" }) { DLOG("======"); DLOG(s);