
9 Feb
2013
9 Feb
'13
4:04 a.m.
On 2/8/2013 2:53 AM, Gennadiy Rozental wrote:
Hi,
It appears PP variadics support is disabled on wide range of compilers where it is in fact working (at least It seems to be). This includes Clang and PGI. Can we enable it now?
Although I worked with Paul Mensonides on variadic support for the PP library Paul wrote the code for individual compiler support. You can see it starting at line 73 of /config/config.hpp. So I think he needs to respond. You can force PP variadics support for any given compiler by simply: #define BOOST_PP_VARIADICS 1 before including any pp header files.