From 944c2ea72a221cd6d192a293772505cc820c3ffb Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 8 Dec 2005 03:23:02 +0000 Subject: [PATCH] Merged from Version_1_33_1 [SVN r31949] --- doc/reference.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index a734fd7..fd66fdb 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -297,7 +297,7 @@ argN_type f(a1, a2, ..., aN), where f is the target of *this. if R is void, nothing is returned; otherwise, the return value of the call to f is returned. - bad_function_call if !this->empty(). Otherwise, may through any exception thrown by the target function f. + bad_function_call if this->empty(). Otherwise, may through any exception thrown by the target function f. @@ -719,7 +719,7 @@ argN_type f(a1, a2, ..., aN), where f is the target of *this. if R is void, nothing is returned; otherwise, the return value of the call to f is returned. - bad_function_call if !this->empty(). Otherwise, may through any exception thrown by the target function f. + bad_function_call if this->empty(). Otherwise, may through any exception thrown by the target function f.