Douglas Gregor <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost