Compare commits

..

1 Commits

Author SHA1 Message Date
765416b57b Release 1.43.0 beta 1
[SVN r61461]
2010-04-21 14:13:35 +00:00
2 changed files with 8 additions and 9 deletions

View File

@ -7,10 +7,9 @@ project boost/doc ;
import boostbook : boostbook ;
boostbook function-doc
:
function.xml
:
<xsl:param>boost.root=../../../..
:
function.xml
:
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
;
;

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))
{
}
{
}
};
/**