Q_GLOBAL_STATIC is reentrance now?
-
I read "before ":http://qt.gitorious.org/qt/pages/CodingConventions what macros Q_GLOBAL_STATIC is NOT reentrant, but i don't know what year this convention will be written. How about now? This macros have atomic pointer (QBasicAtomicPointer) and used everywhere in Qt sources.
-
Thank you Olivier for the explanation.