
8 Jun
2007
8 Jun
'07
1:55 a.m.
On Jun 7, 2007, at 9:53 PM, Douglas Gregor wrote:
It's actually really easy to fix. If you poke through the headers in boost/function and boost/function/detail, you'll find a couple references to a mysterious constant 0x1700 in some BOOST_WORKAROUND uses... change that to "1300" (decimal, not hex) and it should enable this feature.
Ugh, sorry. "Function" on the brain today... the offending 0x1700 is in boost/signals/signal_template.hpp. - Doug