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: