Source: boost1.60
Version: 1.60.0+dfsg-1
Tags: fixed-upstream patch
Hi Maintainer
Supercollider FTBFS with Boost 1.60 and outputs the following error:
/usr/include/boost/intrusive/detail/ebo_functor_holder.hpp:186:13: error: cannot
convert ‘const boost::intrusive::detail::ebo_functor_holder<void
(*)(nova::sc_ugen_def*), true>’ to ‘void (*)(nova::sc_ugen_def*)’ in initialization
: t_(x)
^
I found this PR from supercollider's upstream that fixes the issue:
https://github.com/boostorg/intrusive/pull/19
Regards
Graham