1 Mar
2015
1 Mar
'15
11:48 a.m.
John Maddock wrote:
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.
IOW, you didn't read what I linked you to :). I can't help feeling a little insulted, not that that's uncommon here ;p. Thanks, Steve.