24 Aug
2015
24 Aug
'15
2:04 p.m.
On 2015-08-24 15:48 (+0200), Alex Valavanis wrote:
@suv - Do you know what the oldest version of OS X is that fully supports the C++11 standard?
AFAIK it is feasible with OS X 10.8 Mountain Lion (if switching C++ runtime to libc++); full native support came with OS X 10.9 Mavericks (libc++ is default):
The default C++ runtime on OS X 10.9 and later is libc++ which supports C++11 but on OS X 10.8 and earlier the default C++ runtime is a version of libstdc++ based on GCC 4.2.1 which does not support C++11.