mirror of
https://github.com/boostorg/function.git
synced 2025-07-30 21:07:13 +02:00
Work around CLR bug in .NET 2003
[SVN r22234]
This commit is contained in:
@ -486,7 +486,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