From 39687e1a05ed48cc62753cd9aa3967ca26d7d6c8 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 5 Aug 2002 06:19:47 +0000 Subject: [PATCH] Describe BOOST_FUNCTION_NO_DEPRECATED [SVN r14686] --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index ca3df40..1d298bc 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,8 @@ removed. Use the assignment operator instead. +

To aid in porting to the new syntax and removing the use of deprecated features, define the preprocessor macro BOOST_FUNCTION_NO_DEPRECATED. This macro makes all deprecated features unavailable. A program compiled with BOOST_FUNCTION_NO_DEPRECATED will likely be prepared when the deprecated features are removed. +

Boost.Function vs. Function Pointers

Boost.Function has several advantages over function pointers, namely: