clean source_loc.h

This commit is contained in:
gabime 2024-11-29 15:29:43 +02:00
parent 63535f140b
commit eccaa62e9d

View File

@ -8,14 +8,6 @@
#include <version>
#endif
#if __cpp_lib_source_location >= 201907
#include <source_location>
#define SPDLOG_HAVE_STD_SOURCE_LOCATION
#elif __has_include(<experimental/source_location>)
#include <experimental/source_location>
#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