aboutsummaryrefslogtreecommitdiff
path: root/build2/scheduler
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-24 08:11:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-24 08:11:33 +0200
commit925c690a1b777859c2e5d63dbc2806d6a0f79c9c (patch)
tree20dcd0539de8ecef385369a2172de77a646df788 /build2/scheduler
parent0d7c7f2c8bc044519b2936c9891d65701b7762bb (diff)
Redo config as feature test macros
Diffstat (limited to 'build2/scheduler')
-rw-r--r--build2/scheduler2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scheduler b/build2/scheduler
index 9810eb9..8416940 100644
--- a/build2/scheduler
+++ b/build2/scheduler
@@ -457,7 +457,7 @@ namespace build2
// TLS cache of thread's task queue.
//
static
-#ifdef BUTL_CXX11_THREAD_LOCAL
+#ifdef __cpp_thread_local
thread_local
#else
__thread