Work around CLR bug in .NET 2003

[SVN r22234]
This commit is contained in:
Douglas Gregor
2004-02-11 04:26:53 +00:00
parent 03c7fdcf37
commit 2fb242eae1

View File

@ -486,7 +486,7 @@ namespace detail {
return f->empty();
}
inline bool has_empty_target(...)
inline bool has_empty_target(const void*)
{
return false;
}