Could you change current definition from: ```c #define BOOST_PP_EMPTY() ``` to: ```c #define BOOST_PP_EMPTY(...) ``` This will make some of my patterns easier without the need to define my own `BOOST_PP_EMPTY` (which is what I'm doing right now).
Could you change current definition from:
to:
This will make some of my patterns easier without the need to define my own
BOOST_PP_EMPTY(which is what I'm doing right now).