From e28a833db529d7fb44dc540ce095303efda9269b Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 10 Jul 2001 21:56:02 +0000 Subject: [PATCH] Ron Garcia suggested removal of the duplicate explanation of (bool)f/f.empty() [SVN r10586] --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 05b7fcf..8caca58 100644 --- a/index.html +++ b/index.html @@ -131,7 +131,7 @@ f.clear();
 (bool)f
 !f.empty()
- True if f has no target. The conversion to bool evaluates true if a target exists, whereas empty() returns true if no target exists. + The conversion to bool evaluates true if a target exists, whereas empty() returns true if no target exists.
f(a1, a2, ..., aN)