Changes between Version 51 and Version 52 of LibcxxOnOlderSystems


Ignore:
Timestamp:
Nov 3, 2016, 10:48:09 AM (7 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibcxxOnOlderSystems

    v51 v52  
    11= Using libc++ on older system =
    22
    3 More and more C++ software is being written using the C++11 standard.
    4 If you have been referred to this page, you are trying to build software that uses C++11 on OS X 10.8 or earlier.
     3If you have been referred to this page, you are likely trying to build software that uses C++11 on OS X 10.8 or earlier.
    54The default C++ runtime on OS X 10.8 and earlier is a version of libstdc++ based on GCC 4.2.1 which does not support C++11.
    65The default C++ runtime on OS X 10.9 and later is libc++ which does support C++11.