8 Jun
2007
8 Jun
'07
4:32 a.m.
On Jun 8, 2007, at 12:14 AM, Boris wrote:
On Fri, 08 Jun 2007 10:55:39 +0900, Douglas Gregor
wrote: 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.
Thanks, I found it! As it's a change in a template I suppose I don't need to rebuild the library?
Right, you don't need to rebuild the library. - Doug