forked from boostorg/bind
Another VC 7 fix.
[SVN r22429]
This commit is contained in:
@@ -117,6 +117,11 @@ template<class F> inline F & unwrap(F & f, long)
|
||||
return f;
|
||||
}
|
||||
|
||||
template<class F> inline F * unwrap(F * f, int)
|
||||
{
|
||||
return f;
|
||||
}
|
||||
|
||||
template<class F> inline F & unwrap(reference_wrapper<F> & f, int)
|
||||
{
|
||||
return f;
|
||||
|
Reference in New Issue
Block a user