diff --git a/GaudiPluginService/include/Gaudi/PluginServiceV2.h b/GaudiPluginService/include/Gaudi/PluginServiceV2.h index 254125989f3bab15e82a822fe056542dc81b059c..892d6c136798c6a1ffebddbacb95be77fc90a323 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;