From b3a1643428dcda21cf20841225759d67fd91102f Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sun, 17 Nov 2013 22:05:23 +0000 Subject: [PATCH] Fix to BOOST_PP_TUPLE_REM for VC++8.0 and note in documentation about it. [SVN r86742] --- doc/ref/tuple_rem.html | 1 + include/boost/preprocessor/tuple/rem.hpp | 7 +++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/ref/tuple_rem.html b/doc/ref/tuple_rem.html index dc17129..80ee441 100644 --- a/doc/ref/tuple_rem.html +++ b/doc/ref/tuple_rem.html @@ -33,6 +33,7 @@ completely so that the macro can be invoked as BOOST_PP_TUPLE_REM(); you may get functionality will still work. If you specify a size in the variadic version, it will be ignored, but the warning from some compilers will not occur.
+
Note: For Visual C++ 8.0 ( Visual Studio 2005 ) you must specify the size argument.

See Also