summaryrefslogtreecommitdiff
path: root/libs/preprocessor/doc/ref/mul.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/preprocessor/doc/ref/mul.html
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/preprocessor/doc/ref/mul.html')
-rw-r--r--libs/preprocessor/doc/ref/mul.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/preprocessor/doc/ref/mul.html b/libs/preprocessor/doc/ref/mul.html
index 2c2ce1a17..174d88b5b 100644
--- a/libs/preprocessor/doc/ref/mul.html
+++ b/libs/preprocessor/doc/ref/mul.html
@@ -34,7 +34,7 @@
It is more efficient, however, to use <b>BOOST_PP_MUL_D</b> in such a situation.
</div>
<div>
- This macro is the most efficient when <i>x</i> is less than or equal to <i>y</i>.&nbsp;
+ This macro is the most efficient when <i>x</i> is greater than or equal to <i>y</i>.&nbsp;
However, the efficiency gain is not worth actually comparing the two arguments prior to invocation.&nbsp;
In other words, <i>x</i> should be the value that is <i>most likely</i> to be the largest of the two operands.
</div>