Compare commits

..

1 Commits

Author SHA1 Message Date
Steven Watanabe
828fedfb6c Create a branch for autoprefixing
[SVN r59996]
2010-02-28 19:19:07 +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))
{
}
{
}
};
/**