Closed joachim-reichel closed 3 years ago
@sloriot what shall we do for boost::bind
? Doing what the warning says, or replacing it with std::bind
or with lambdas?
It can for example be found in the ch_bykat_impl.h
As for the boost timer, it is not in headers but in the Minkowski_sum_2
examples and test cpps
Compiling the demos/examples with Boost 1.74.0 creates a huge number of new warnings (the number at the start of each line denotes the count):
While at it, getting rid of this (older) warning might be nice too:
Not sure when the replacement headers got introduced. Fixing this might require bumping the minimum supported Boost version.