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