Boost logo

Boost :

Subject: Re: [boost] [Preprocessor] Can we generate token for #include programmatically ?
From: Stewart, Robert (Robert.Stewart_at_[hidden])
Date: 2009-05-15 10:43:54


Joel Falcou wrote:
On Friday, May 15, 2009 10:37 AM
> Stewart, Robert wrote:
>
> > It fails on VC8:
> >
> > fatal error C1083: Cannot open include file:
> 'nt2/support/numeric/functions /abs.hpp': No such file or directory
> >
> > Notice the space in the pathname.
> >
> Dang :/
>
> So I guess this is something that can't be done in a standard way ?

I don't know the preprocessor well enough to say that.

I tried the following, but it didn't help:

#define SLASH()/

I also tried this without success:

#include BOOST_PP_STRINGIZE(BOOST_PP_CAT(BASE, SLASH()abs.hpp))

   error: pasting "functions" and "/" does not give a valid preprocessing token

_____
Rob Stewart robert.stewart_at_[hidden]
Software Engineer, Core Software using std::disclaimer;
Susquehanna International Group, LLP http://www.sig.com

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.


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