$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2004-01-08 07:23:22
On Thu, 8 Jan 2004, Stefan Slapeta wrote:
> Douglas Gregor wrote:
> >
> > // GCC extension. Do other compilers support it?
> > #include_next <functional>
> >
>
> STLPort does it this way:
>
> #define _STLP_NATIVE_CPP_C_HEADER(header) <../include/##header>
>
> IMO this should be ok for all compilers (see STLPort, too!).
Ah, right. I've seen this before. Thank you.
Doug