-
- Downloads
Replace thread_local with a new macro BASE_THREAD_LOCAL. Set this macro to...
Replace thread_local with a new macro BASE_THREAD_LOCAL. Set this macro to selectively disable thread_local on platforms that don't support it correctly, e.g., Xcode < 8, and gcc < 4.8.3. Progress now uses BASE_THREAD_LOCAL instead of thread_local.
Utils/Thread.hh
0 → 100644
Please register or sign in to comment