From 864735454518d6797de2b64fd77148e346881d70 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Tue, 19 Nov 2013 04:31:38 +0000 Subject: [PATCH] Updated tuple rem documentation. [SVN r86761] --- doc/ref/tuple_rem.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/tuple_rem.html b/doc/ref/tuple_rem.html index 80ee441..5392e16 100644 --- a/doc/ref/tuple_rem.html +++ b/doc/ref/tuple_rem.html @@ -33,7 +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.
+
Note: For Visual C++ 8.0 ( Visual Studio 2005 ) you must specify the correct size argument as in the non-variadic version.

See Also