From 461e51a59231a04ac1f2b3263fbf522378178c20 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 19 Jul 2002 21:21:56 +0000 Subject: [PATCH] Expand on the compatibility note [SVN r14542] --- index.html | 41 +++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 8bb4074..ca3df40 100644 --- a/index.html +++ b/index.html @@ -27,12 +27,41 @@

Compatibility Note

Boost.Function has been partially redesigned to minimize the interface and make it cleaner. Several seldom- or never-used features of the older Boost.Function have been deprecated and will be removed in the near future. Here is a list of features that have been deprecated, the likely impact of the deprecations, and how to adjust your code:

Boost.Function vs. Function Pointers