$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2008-03-28 12:55:31
Emil Dotchevski wrote:
>> boost::function<> template arity seems to be changed.
>> Is there anyway to detect the change?
>> e.g. BOOST_FUNCTION_HAS_NO_ALLOCATOR_PARAMETER
>>
>> My library is going to be reviewed 2 days later,
>> but is partly broken by that change :-(
>
> Could you elaborate more? Isn't it possible to modify your library
> according to the current boost::function definition?
I was lost because BOOST_VERSION in both rc1.35 and trunk is 103500.
Fortunately I've found BOOST_FUNCTION_DEFAULT_ALLOCATOR. :-)
Sorry for the noise.
Regards,
-- Shunsuke Sogame