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
|
||||
void set(const BOOST_FUNCTION_FUNCTION& f,
|
||||
int deprecated = 0)
|
||||
void set(const BOOST_FUNCTION_FUNCTION& f)
|
||||
{
|
||||
int deprecated;
|
||||
if (&f == this)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user