$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2007-06-12 16:50:09
On Jun 12, 2007, at 4:45 PM, Christophe Delarue wrote:
> HI boost users,
>
> I allready post this request : is boost compatible with compiler sun
> studio 8 C++ 5.5 ?
>
> We are trying to compile boost spirit to use the xml serialization,
> but we got compiler error on :
> CC -V
> CC: Sun C++ 5.5 2003/03/12
The Sun compiler didn't really get good C+ support until version 5.8
(Sun Studio 11). I don't expect you'll have much luck using Spirit on
previous versions of the Sun compiler.
- Doug