diff --git a/doc/topics/variadic_macros.html b/doc/topics/variadic_macros.html index 35c5e5d..3794db1 100644 --- a/doc/topics/variadic_macros.html +++ b/doc/topics/variadic_macros.html @@ -73,9 +73,7 @@ variadic macros themselves, have a notation of '(v)' appended to them. For the variadic macros themselves this signifies that BOOST_PP_VARIADICS must be 1 for those variadic macros to be usable. For variadic macros which have a non-variadic equivalent, the -non-variadic equivalent will be used if BOOST_PP_VARIADICS is set to 0 -and the non-variadic version of the -macro does not have a '(v)' appended to its name in the documentation. +non-variadic equivalent will be used if BOOST_PP_VARIADICS is set to 0.

Extended Functionality Using Variadic Macros