ukoethe / vigra

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

random_shuffle removed in c++17 #555

Closed k-dominik closed 8 months ago

k-dominik commented 8 months ago

clang seems to have actually implemented removal recently :)

example for a failed build on conda due to random_shuffle being removed...

hmaarrfk commented 8 months ago

hmmm. whats our C++ support policy? do we need to guard against if define statements?

hmaarrfk commented 8 months ago

xref: https://github.com/ukoethe/vigra/pull/554