mirror of
https://github.com/boostorg/function.git
synced 2026-01-25 08:22:22 +01:00
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