vigra icon indicating copy to clipboard operation
vigra copied to clipboard

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

Open emmenlau opened this issue 2 years ago • 1 comments

emmenlau avatar Sep 07 '22 07:09 emmenlau

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

lnw avatar Oct 23 '22 09:10 lnw

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

hmaarrfk avatar Sep 30 '23 15:09 hmaarrfk

CIs passed in #542 thank you

hmaarrfk avatar Sep 30 '23 18:09 hmaarrfk