$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: joel falcou (joel.falcou_at_[hidden])
Date: 2008-07-31 14:50:25
Le Jeu 31 juillet 2008 20:46, Doug Gregor a écrit :
>
This is the first time I've seen a libstdc++ that's not in sync with
> the GCC version. Are there any preprocessor macros that identify
the 4.0
> libstdc++ vs. the 4.2 libstdc++? I don't know of any,
but I guess we could
> just use __APPLE_CC__.
You can
try __CPPLIB_VER as shown here
http://predef.sourceforge.net/prelib.html#sec7