Boost logo

Boost :

Subject: Re: [boost] [wave] preprocessor directives in output
From: pmenso57_at_[hidden]
Date: 2014-01-21 19:20:14


Eric, just be very careful about what macros expand when. E.g. the expression:

!defined(BOOST_NO_CXX11_RVALUE_REFERENCES)

will get expanded on the first preprocessor pass to something like

!defined(1)

(or whatever it expands to)

Regards,
Paul Mensonides


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