From ddf14d67df16404c7115d1eba92c5de64c8ff45f Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 29 Nov 2024 16:25:51 +0200 Subject: [PATCH] Fix comment --- include/spdlog/source_loc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)