Skip to content
Snippets Groups Projects
Commit 38ea1b8b authored by Andre Sailer's avatar Andre Sailer
Browse files

PluginService: root clang does has source_location in experimental

parent 51274d42
No related branches found
No related tags found
1 merge request!1455C++20 fixes
......@@ -25,7 +25,7 @@
#include <typeinfo>
#include <utility>
#if __cplusplus > 201703L && __has_include( <source_location> )
#if __cplusplus > 201703L && __has_include( <source_location> ) && !defined (__CLING__)
# include <source_location>
namespace Gaudi::PluginService::Details {
using std::source_location;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment