mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-15 05:26:33 +02:00
Added requirements on numeric parameters
[SVN r13460]
This commit is contained in:
@ -18,6 +18,9 @@
|
||||
|
||||
/** <p>Expands to the maximum of <code>X</code> and <code>Y</code>.</p>
|
||||
|
||||
<p>Both <code>X</code> and <code>Y</code> must expand to integer literals
|
||||
in the range [0, BOOST_PP_LIMIT_MAG].</p>
|
||||
|
||||
<p>For example, <code>BOOST_PP_MAX(5,7)</code> expands to <code>7</code> (a
|
||||
single token).</p>
|
||||
|
||||
|
Reference in New Issue
Block a user