mirror of
https://github.com/boostorg/function.git
synced 2026-01-20 16:42:12 +00:00
VC 7.1 does not handle the operator== conversions correctly, either
[SVN r19177]
This commit is contained in:
@@ -372,7 +372,7 @@ public:
|
||||
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,
|
||||
detail::function::useless_clear_type*)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user