$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Borland and metrowerks compiler requirements?
From: John Maddock (john_at_[hidden])
Date: 2013-09-27 08:24:21
> I found
>
> http://docs.oracle.com/cd/E19422-01/819-3690/819-3690.pdf
>
> which documents the value of __SUNPRO_CC as 0x580.
>
> So, can I bump the requirement to that in sunpro_cc.hpp?
I would say be careful about that: Sun C++ users are often tied to a
specific compiler version and are unable to upgrade (newer versions may not
work with their hardware etc), this tends to be true in general for
vendor/hardware specific Unix compilers.
John.