[Issue 15523] extern(C++) support TLS (C++ 'thread_local') linkage?
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Jan 7 21:35:41 PST 2016
https://issues.dlang.org/show_bug.cgi?id=15523
--- Comment #2 from Manu <turkeyman at gmail.com> ---
Wow, you seem to be right, 'thread_local' doesn't appear to affect the
mangling... that's astonishing! Surely that can only lead to
really-hard-to-track link related bugs...
Okay, well then, the question is, can we support C++ 'thread_local' semantics
for extern(C++) of non-__gshared?
--
More information about the Digitalmars-d-bugs
mailing list