forked from boostorg/function
VC++ 7.1 /CLR workaround
[SVN r22241]
This commit is contained in:
@ -350,7 +350,7 @@ namespace detail {
|
|||||||
return f->empty();
|
return f->empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool has_empty_target(...)
|
inline bool has_empty_target(const void*)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user