From eccaa62e9d102ef52b79b1b29206162c5f4cbe76 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 29 Nov 2024 15:29:43 +0200 Subject: [PATCH] clean source_loc.h --- include/spdlog/source_loc.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/spdlog/source_loc.h b/include/spdlog/source_loc.h index f58217b9..20facfbd 100644 --- a/include/spdlog/source_loc.h +++ b/include/spdlog/source_loc.h @@ -8,14 +8,6 @@ #include #endif -#if __cpp_lib_source_location >= 201907 - #include - #define SPDLOG_HAVE_STD_SOURCE_LOCATION -#elif __has_include() - #include - #define SPDLOG_HAVE_EXPERIMENTAL_SOURCE_LOCATION -#endif - namespace spdlog { // source location - either initiated from std::source_location or from // std::experimental::source_location or empty