1 | | IMHO setting {{{compiler.thread_local_storage}}} 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++). |
| 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 | |
| 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.** |