Changes between Version 1 and Version 2 of Ticket #61418, comment 3


Ignore:
Timestamp:
Nov 12, 2020, 5:32:51 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61418, comment 3

    v1 v2  
    11IMHO setting {{{compiler.thread_local_storage}}} to {{{yes}}} should implicitly set the {{{compiler.cxx_standard}}} to at least {{{2011}}} if it's not already set to something greater (as obviously you need that at least for thread_local and c++).
    22
    3 Otherwise, the user sees an error about needing {{{thread_local}}}, adds {{{compiler.thread_local_storage yes}}} to the Portfile, and it **doesn't work.**
     3Otherwise, the user sees an error about needing {{{thread_local}}}, adds {{{compiler.thread_local_storage yes}}} to the Portfile, and it doesn't work.