icc: thread_local in macOS is working since 10.7
Change-Id: I0e1a09998253489388abfffd14b611b1403a0c9f Reviewed-by: Jake Petroules <jake.petroules@qt.io>
This commit is contained in:
parent
34d2fd1497
commit
285789781c
@ -632,10 +632,7 @@
|
||||
# define Q_COMPILER_ALIGNAS
|
||||
# define Q_COMPILER_ALIGNOF
|
||||
# define Q_COMPILER_INHERITING_CONSTRUCTORS
|
||||
# ifndef Q_OS_OSX
|
||||
// C++11 thread_local is broken on OS X (Clang doesn't support it either)
|
||||
# define Q_COMPILER_THREAD_LOCAL
|
||||
# endif
|
||||
# define Q_COMPILER_THREAD_LOCAL
|
||||
# define Q_COMPILER_UDL
|
||||
# endif
|
||||
# ifdef _MSC_VER
|
||||
|
Loading…
Reference in New Issue
Block a user