Skip to content
Snippets Groups Projects
Commit e4f1f31f authored by Valentin Volkl's avatar Valentin Volkl
Browse files

remove debug stuff

parent 2bb5ff8c
No related branches found
No related tags found
1 merge request!1404Workaround for missing std::source_location in apple-clang
......@@ -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;
......
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