From fd38be16364f0a28ec2bff39ce37424bec7fb453 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 28 Jan 2009 09:14:56 +0000 Subject: [PATCH] Fix an incorrectly escaped right arrow. [SVN r50839] --- doc/special_cases.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/special_cases.qbk b/doc/special_cases.qbk index be65f6b..a054474 100644 --- a/doc/special_cases.qbk +++ b/doc/special_cases.qbk @@ -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(123,"hello")) ; } The factories are divided in two groups: