forked from boostorg/function
VC6/7 workaround
[SVN r14552]
This commit is contained in:
@ -339,9 +339,9 @@ namespace boost {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Assignment from another BOOST_FUNCTION_FUNCTION
|
// Assignment from another BOOST_FUNCTION_FUNCTION
|
||||||
void set(const BOOST_FUNCTION_FUNCTION& f,
|
void set(const BOOST_FUNCTION_FUNCTION& f)
|
||||||
int deprecated = 0)
|
|
||||||
{
|
{
|
||||||
|
int deprecated;
|
||||||
if (&f == this)
|
if (&f == this)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user