Loading
vectorscan: 5.4.10.1 -> 5.4.11
The darwin (or libcxxStdenv) builds use C++17, which only seems to work
with boost >= 1.83.
The errors look like this:
include/boost/functional.hpp:454:62: error: no template named 'binary_function' in namespace 'boost::functional::detail'; did you mean '__binary_function'?
class mem_fun1_ref_t : public boost::functional::detail::binary_function<T&, A, S>
~~~~~~~~~~~~~~~~~~~~~~~~~~~^
include/boost/functional.hpp:46:24: note: '__binary_function' declared here
using std::binary_function;