28 Feb
2015
28 Feb
'15
12:39 p.m.
John Maddock wrote:
Now for the outdated part: the oracle compiler (12.4) now supports three std lib options:
1) The default - I can't make this work in C++03 mode, but it's the only option that does work in C++11 mode (where it appears to be a recent GNU libstdc++ version). 2) STLPort - only works in C++03 mode. 3) Apache - only works in C++03 mode.
For a fact-check, including what the default is, you might find this interesting: http://www.cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4c69ec6f SolarisStudio: Use alternative standard library to build CMake. Thanks, Steve.