Fix an incorrectly escaped right arrow.

[SVN r50839]
This commit is contained in:
Daniel James
2009-01-28 09:14:56 +00:00
parent 9f655c6932
commit fd38be1636

View File

@ -205,7 +205,7 @@ A wrapper class aware of this can use it as:
{
// Wrapped object constructed in-place via a TypedInPlaceFactory.
// No temporary created.
W ( TypedInPlaceFactory2<X,int,std::string&rt(123,"hello")) ;
W ( TypedInPlaceFactory2<X,int,std::string>(123,"hello")) ;
}
The factories are divided in two groups: