On Sunday 28. October 2012 09.22.39 Thiago Macieira wrote: > That's a static const non-POD created by a non-constexpr. That means it's > initialised on the first run. > > It's thread-safe on GCC and C++11, but not on other conditions.
It should be safe according to the spec (section 6.7 I think), but I guess we can't rely on all compilers to follow the spec? -- Martin Sandsmark KDE
