$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Boris (boriss_at_[hidden])
Date: 2007-06-08 00:14:31
On Fri, 08 Jun 2007 10:55:39 +0900, Douglas Gregor <doug.gregor_at_[hidden]>
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?
Boris