From e4f1f31fabcc9b70c5c09b70a0657383588fd45b Mon Sep 17 00:00:00 2001 From: Valentin Volkl <valentin.volkl@cern.ch> Date: Mon, 28 Nov 2022 19:23:52 +0100 Subject: [PATCH] remove debug stuff --- GaudiPluginService/include/Gaudi/PluginServiceV2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GaudiPluginService/include/Gaudi/PluginServiceV2.h b/GaudiPluginService/include/Gaudi/PluginServiceV2.h index 254125989f..892d6c1367 100644 --- a/GaudiPluginService/include/Gaudi/PluginServiceV2.h +++ b/GaudiPluginService/include/Gaudi/PluginServiceV2.h @@ -31,7 +31,7 @@ namespace Gaudi::PluginService::Details { using std::source_location; } -#elif __cplusplus >= 201402L && __has_include( <experimental/source_location> ) && false //TODO: false for debugging, turn on again +#elif __cplusplus >= 201402L && __has_include( <experimental/source_location> ) # include <experimental/source_location> namespace Gaudi::PluginService::Details { using std::experimental::source_location; -- GitLab