|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2002-11-13 15:26:48
Douglas Gregor <gregod_at_[hidden]> writes:
> On Wednesday 13 November 2002 12:30 pm, David Abrahams wrote:
>> You can see the results at:
>>
>> http://cci.lbl.gov/boost/results/1037181601/dailylog_win32_cw72_test
>
> I've put in an (attempted) fix. If it doesn't work, we'll probably need to
> define
> BOOST_FUNCTION_NO_ENABLE_IF
> for this platform.
I'm afraid that's what you'll have to do:
### mwcc Compiler:
# In: ..\..\..\boost\python\object\function.hpp
# From: ..\src\object\function.cpp
# -----------------------------------
# 51: py_function m_fn;
# Error: ^
# illegal use template argument dependent type 'T::value'
# (instantiating: 'boost::function2<_object *, _object *, _object *, std::allocator<boost::function_base>>')
### mwcc Compiler:
# 51: py_function m_fn;
# Error: ^
# illegal use template argument dependent type 'T::value'
# (instantiating: 'boost::function2<_object *, _object *, _object *, std::allocator<boost::function_base>>')
...
-Dave
-- David Abrahams dave_at_[hidden] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk