VC 7.1 does not handle the operator== conversions correctly, either

[SVN r19177]
This commit is contained in:
Douglas Gregor
2003-07-18 04:04:54 +00:00
parent 709b299cea
commit e086508843

View File

@ -372,7 +372,7 @@ public:
void operator==(const function_base&, const function_base&); void operator==(const function_base&, const function_base&);
void operator!=(const function_base&, const function_base&); void operator!=(const function_base&, const function_base&);
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300) #if BOOST_WORKAROUND(BOOST_MSVC, <= 1310)
inline bool operator==(const function_base& f, inline bool operator==(const function_base& f,
detail::function::useless_clear_type*) detail::function::useless_clear_type*)
{ {