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).
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
.