Skip to content

Workaround for missing std::source_location in apple-clang

Valentin Volkl requested to merge vavolkl/Gaudi:source_location into master

On macOSs apple-clang, libc++ may not include std::source_location or std::experimental::source_location. This MR adds a simple implementation (borrowed from the standard library) that is used if no headers are found. Fixes #249 (closed)

Merge request reports