「view this page in B3 βῆτα server」

Revisions №60722

branch: master 「№60722」
Commited by: Vikram K. Mulligan
GitHub commit link: 「49333172bb4614ce」 「№3938」
Difference from previous tested commit:  code diff
Commit date: 2019-04-26 17:45:18

Merge pull request #3938 from RosettaCommons/vmullig/no_thread_local Replace an instance of thread_local with THREAD_LOCAL. The thread_local keyword is not supported by all compilers. We use a custom THREAD_LOCAL macro which is defined as thread_local in those compilation environments that support the keyword, and as nothing in those that do not.

...