Boost logo

Boost :

Subject: Re: [boost] [preprocessor] enabling variadics support
From: Edward Diener (eldiener_at_[hidden])
Date: 2013-02-08 23:04:06


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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk