From a30aa907d28b1d35ee570d021d00c0106a385d5e Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Wed, 19 Sep 2001 15:07:56 +0000 Subject: [PATCH] Add a missing space. [SVN r11152] --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index bbfaf63..f0882cc 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ And, of course, function pointers have several advantages over Boost.Function:

With a properly inlining compiler, an invocation of a function object requires one call through a function pointer. If the call is to a free function pointer, an additional call must be made to that function pointer (unless the compiler has very powerful interprocedural analysis).

Portability

-

The function object wrappers have been designed to be as portable as possible, and to support many compilers even when they do not support the C++ standard well. The following compilers have passed all of the testcases included with boost::function. +

The function object wrappers have been designed to be as portable as possible, and to support many compilers even when they do not support the C++ standard well. The following compilers have passed all of the test cases included with boost::function.