VC++ 7.1 /CLR workaround

[SVN r22241]
This commit is contained in:
Douglas Gregor
2004-02-11 16:32:55 +00:00
parent 8623578cc7
commit b61864a392

View File

@ -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;
} }