Compare commits

..

1 Commits

Author SHA1 Message Date
Frank Birbacher
af1495150d new branch to fix documentation
[SVN r60575]
2010-03-14 07:44:37 +00:00

View File

@@ -264,12 +264,12 @@ namespace boost {
A(a)
{
}
functor_wrapper(const functor_wrapper& f) :
functor_wrapper(const functor_wrapper& f) :
F(static_cast<const F&>(f)),
A(static_cast<const A&>(f))
{
}
{
}
};
/**