Changes between Version 1 and Version 2 of Ticket #61418, comment 3
- Timestamp:
- Nov 12, 2020, 5:32:51 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61418, comment 3
v1 v2 1 1 IMHO 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++). 2 2 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.**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.