ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
407 stars 191 forks source link

Minor fixes for c++17/c++20 #511

Closed emmenlau closed 11 months ago

lnw commented 1 year ago

That's certainly an improvement. It might be slightly safer + better style to use "[] (const unsigned char x) {return std::isdigit(x);}" instead. Reference: https://en.cppreference.com/w/cpp/string/byte/isdigit

hmaarrfk commented 11 months ago

I've also rebased https://github.com/ukoethe/vigra/pull/542 to see if things work out.

hmaarrfk commented 11 months ago

CIs passed in #542 thank you