Boost logo

Boost :

Subject: Re: [boost] [Preprocessor] Can we generate token for #include programmatically ?
From: Joel Falcou (joel.falcou_at_[hidden])
Date: 2009-05-15 10:41:23


OK, i got some VC++ 2008 working overthere.
This seems to work on VC and GCC

#define BASE() nt2/support/numeric/functions/
#define INCLUDE(Base,File) BOOST_PP_STRINGIZE(Base()File)

#include INCLUDE(BASE,abs.hpp)


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