ClickHouse/dbms
Marek Vavruša ba82b20cbe MemoryTracker: fixed build with clang 9.0.0 not properly supporting thread_local
This fixes #1488.

XCode 9.0 added support for C++11 thread_local:
https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html

The 443088ce31 replaced __thread with C++11 thread_local, which
broke the compilation for this platform with an error on link time.

I can't reproduce this with a minimal example yet.
2017-11-15 23:32:31 +03:00
..
benchmark Get rid of double whitespaces [#CLICKHOUSE-2]. 2017-10-26 21:36:23 +03:00
cmake Auto version update to [54312] 2017-11-15 16:12:02 +03:00
scripts Fool's day changed, continued [#CLICKHOUSE-3]. 2017-04-05 14:52:23 +03:00
src MemoryTracker: fixed build with clang 9.0.0 not properly supporting thread_local 2017-11-15 23:32:31 +03:00
tests add failing test [#CLICKHOUSE-3208] 2017-11-15 23:13:10 +03:00
CMakeLists.txt DataStreams: added Cap’n Proto format support 2017-10-27 23:03:51 +03:00