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