Changes between Version 13 and Version 14 of CompilerSelection


Ignore:
Timestamp:
Oct 9, 2020, 6:58:05 PM (4 years ago)
Author:
chrstphrchvz (Christopher Chavez)
Comment:

add link to Xcode release notes for thread_local support

Legend:

Unmodified
Added
Removed
Modified
  • CompilerSelection

    v13 v14  
    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].\\
    81 However, the C++11 keyword was not supported until [https://developer.apple.com/videos/play/wwdc2016-405/?time=354 Xcode 8]. \\
     81However, the C++11 `thread_local` keyword was not supported until Xcode 8 (see [https://developer.apple.com/library/archive/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html#//apple_ref/doc/uid/TP40001051-CH1-SW127 release notes], [https://developer.apple.com/videos/play/wwdc2016-405/?time=354 WWDC presentation]). \\
    8282GCC and Clang can emulate thread-local storage even on versions of macOS that do not support it.
    8383