Changes between Version 8 and Version 9 of CompilerSelection


Ignore:
Timestamp:
Jan 28, 2020, 12:28:37 PM (4 years ago)
Author:
MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompilerSelection

    v8 v9  
    7979
    8080The compilers provided by Xcode only support [https://en.wikipedia.org/wiki/Thread-local_storage thread-local storage] if the OS supports it, which did not happen until [https://en.wikipedia.org/wiki/Mac_OS_X_Lion Mac OS X Lion].\\
     81However, the C++11 keyword was not supported until [https://developer.apple.com/videos/play/wwdc2016-405/?time=354 Xcode 8]. \\
    8182GCC and Clang can emulate thread-local storage even on versions of macOS that do not support it.
     83
    8284
    8385=== Environment Variables ===