From 2fcb8f32f339f3a3cb550f10f565d6072f565012 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Jan 2017 08:10:58 +0200 Subject: Redo config as feature test macros --- butl/utility.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'butl/utility.cxx') diff --git a/butl/utility.cxx b/butl/utility.cxx index d971a3f..84c8a74 100644 --- a/butl/utility.cxx +++ b/butl/utility.cxx @@ -8,9 +8,9 @@ namespace butl { -#ifndef BUTL_CXX17_UNCAUGHT_EXCEPTIONS +#ifndef __cpp_lib_uncaught_exceptions -#ifdef BUTL_CXX11_THREAD_LOCAL +#ifdef __cpp_thread_local thread_local #else __thread -- cgit v1.1