Boost logo

Boost :

Subject: Re: [boost] What to do with platform defining 'null' as preprocessor symbol?
From: Bjorn Reese (breese_at_[hidden])
Date: 2012-08-24 05:38:06


On 2012-08-24 11:27, Jookia wrote:

> Ah, yeah. But I was kind of thinking that instead of writing 'nil',
> you'd write 'fusion::nil'. Maybe I'm missing something important.

Assuming that you have this macro:

#define nil 0

Then 'fusion::nil' will be changed by the preprocessor to 'fusion::0'.


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