This commit is contained in:
Nekotekina 2015-07-26 03:53:26 +03:00
parent 804ee1183b
commit ffc11bfda3
21 changed files with 132 additions and 115 deletions

View file

@ -7,7 +7,7 @@
#define noexcept _NOEXCEPT_OP
#endif
#if defined(_MSC_VER)
#if defined(_MSC_VER) && _MSC_VER <= 1800
#define thread_local __declspec(thread)
#elif __APPLE__
#define thread_local __thread