diff --git a/include/spdlog/source_loc.h b/include/spdlog/source_loc.h index 7eef906f..cc9116ee 100644 --- a/include/spdlog/source_loc.h +++ b/include/spdlog/source_loc.h @@ -4,9 +4,7 @@ #pragma once #include -namespace spdlog { -// source location - either initiated from std::source_location or from -// std::experimental::source_location or empty +namespace spdlog {// source location struct source_loc { constexpr source_loc() = default; constexpr source_loc(const char *filename_in, std::uint_least32_t line_in, const char *funcname_in)