Boost logo

Boost :

Subject: Re: [boost] sun toolset buggy and outdated?
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-02-28 12:34:38


On 28/02/2015 13:04, Peter Dimov wrote:
> John Maddock wrote:
>> For the record, as of Solaris Studio 12.4 there are 4 options:
>>
>> * C++03 mode, default std lib - a broken Rogue Wave version, this is
>> the default.
>> * C++03 mode, STLport. Requires -library=stlport4
>> * C++03 mode, Apache std lib. Requires -library=stdcxx4
>> * C++11 mode, GNU libstdc++, used when -std=c++11 is passed to the
>> compiler.
>
> According to the documentation to which Stephen linked, there should
> also be
>
> 5. C++03 mode, GNU libstdc++, used when -std=c++03 is passed to the
> compiler.
>
Ah, I missed that one. And I see the -library, -std and -compat command
line options are all mutually incompatible and do slightly different
things... just to keep us on our toes I guess!

I'll update the PR for the toolset accordingly.

Thanks, John.

>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>


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