5#if __cpp_lib_source_location >= 201907L
6#define KTL_SOURCE_LOCATION
7#include <source_location>
9#define KTL_SOURCE() std::source_location::current()
11#define KTL_SOURCE() {}
16#ifdef KTL_SOURCE_LOCATION
17 using source_location = std::source_location;
Definition cascading.h:16
Definition source_location.h:19