forked from boostorg/function
Work around CLR bug in .NET 2003
[SVN r22234]
This commit is contained in:
@ -486,7 +486,7 @@ namespace detail {
|
||||
return f->empty();
|
||||
}
|
||||
|
||||
inline bool has_empty_target(...)
|
||||
inline bool has_empty_target(const void*)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user