$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r83898 - trunk/libs/preprocessor/doc/topics
From: eldiener_at_[hidden]
Date: 2013-04-14 10:48:50
Author: eldiener
Date: 2013-04-14 10:48:50 EDT (Sun, 14 Apr 2013)
New Revision: 83898
URL: http://svn.boost.org/trac/boost/changeset/83898
Log:
Removed redundant explanation.
Text files modified:
trunk/libs/preprocessor/doc/topics/variadic_macros.html | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
Modified: trunk/libs/preprocessor/doc/topics/variadic_macros.html
==============================================================================
--- trunk/libs/preprocessor/doc/topics/variadic_macros.html (original)
+++ trunk/libs/preprocessor/doc/topics/variadic_macros.html 2013-04-14 10:48:50 EDT (Sun, 14 Apr 2013)
@@ -73,9 +73,7 @@
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.
</div>
<h4>Extended Functionality Using Variadic Macros<br>
</h4>