mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-20 07:52:06 +02:00
Longer macro parameter names
[SVN r13459]
This commit is contained in:
@ -30,6 +30,8 @@
|
||||
<p>Expands to <code>1</code> if <code>X != Y</code> and <code>0</code>
|
||||
otherwise.</p>
|
||||
|
||||
<p>Both <code>X</code> and <code>Y</code> must expand to integer literals.</p>
|
||||
|
||||
<p>For example, <code><a href="comparison_not_equal.htm#BOOST_PP_NOT_EQUAL">BOOST_PP_NOT_EQUAL</a>(4,4)</code> expands to <code>0</code>.</p>
|
||||
|
||||
<h3>Uses</h3>
|
||||
|
Reference in New Issue
Block a user