Boost Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Boost-testing] Regressions in Test and TypeTraits ?



Investigating further:

Error E2310 C:\BoostMainCVS\boost/type_traits/function_traits.hpp 24: Only
member functions may be 'const' or 'volatile'
Changing the order of #includes in type_traits.hpp fixed that one (and yes you're right in thinking that the "fix" should have no effect).

Error E2401 C:\BoostMainCVS\boost/detail/is_incrementable.hpp 81: Invalid
template argument list
Error E2303 C:\BoostMainCVS\boost/detail/is_incrementable.hpp 81: Type name
expected
Those were caused by a recent VC6 fix by Jonathan Turkanis (see http://cvs.sourceforge.net/viewcvs.py/boost/boost/boost/detail/is_incrementable.hpp?r1=1.2&r2=1.3), I'm committing a fix for the fix now...

HTH,

John.