AndrewCrewKuznetsov / xneur-devel

Xneur main repository
55 stars 25 forks source link

xneur uses non-standard "nested function" feature of GCC #66

Closed vp1981 closed 3 years ago

vp1981 commented 4 years ago

Hello.

xneur uses in xneur/lib/misc/text.c the "nested function" in levenshtein, function dist. This is non-standard feature supported only by GCC and causes build failure by clang.

This is to keep track on this and to re-implement this function using standard methods.