mirror of
https://github.com/boostorg/bind.git
synced 2026-01-25 16:52:38 +01:00
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