On 2014-05-28 16:56, Jesse Phillips wrote:
D doesn't have global scope. C++ does not do TLS but that isn't relevant to the no cost position that C++ is taking.
Since C++11 there's "thread_local". -- /Jacob Carlborg
Jacob Carlborg via Digitalmars-d-announce Thu, 29 May 2014 03:06:07 -0700
On 2014-05-28 16:56, Jesse Phillips wrote:
D doesn't have global scope. C++ does not do TLS but that isn't relevant to the no cost position that C++ is taking.
Since C++11 there's "thread_local". -- /Jacob Carlborg