mirror of
https://github.com/boostorg/function.git
synced 2025-07-24 01:47:15 +02:00
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