From f2541bb90af059680aa7036f315f052175999355 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Wed, 8 Apr 2015 03:09:47 +0000 Subject: Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2. --- libs/preprocessor/doc/ref/mul_d.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/preprocessor/doc/ref/mul_d.html') diff --git a/libs/preprocessor/doc/ref/mul_d.html b/libs/preprocessor/doc/ref/mul_d.html index 188191216..599fb85b4 100644 --- a/libs/preprocessor/doc/ref/mul_d.html +++ b/libs/preprocessor/doc/ref/mul_d.html @@ -34,7 +34,7 @@ If the product of x and y is greater than BOOST_PP_LIMIT_MAG, the result is saturated to BOOST_PP_LIMIT_MAG.
- This macro is the most efficient when x is less than or equal to y.  + This macro is the most efficient when x is greater than or equal to y.  However, the efficiency gain is not worth actually comparing the two arguments prior to invocation.  In other words, x should be the value that is most likely to be the largest of the two operands.
-- cgit v1.2.1