forked from boostorg/function
Spirit: merging from trunk upto rev. 61489
[SVN r63640]
This commit is contained in:
@ -264,12 +264,12 @@ namespace boost {
|
|||||||
A(a)
|
A(a)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
functor_wrapper(const functor_wrapper& f) :
|
functor_wrapper(const functor_wrapper& f) :
|
||||||
F(static_cast<const F&>(f)),
|
F(static_cast<const F&>(f)),
|
||||||
A(static_cast<const A&>(f))
|
A(static_cast<const A&>(f))
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user