mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-23 17:17:12 +02:00
fixed no-EMPTY usage
[SVN r23091]
This commit is contained in:
@ -55,6 +55,9 @@ BOOST_PP_DEF(/)
|
||||
return base::begin()[i]; \
|
||||
} \
|
||||
/**/
|
||||
|
||||
BOOST_PP_DEF(BOOST_PP_EMPTY)
|
||||
BOOST_PP_DEF(BOOST_PP_IDENTITY(const))
|
||||
</pre></div>
|
||||
<div>
|
||||
<b>How:</b> BOOST_PP_EMPTY() expands to nothing and can be used as an unused parameter.
|
||||
|
Reference in New Issue
Block a user