Fix comment

This commit is contained in:
gabime 2024-11-29 16:25:51 +02:00
parent 0ef49d7df6
commit ddf14d67df

View File

@ -4,9 +4,7 @@
#pragma once #pragma once
#include <cstdint> #include <cstdint>
namespace spdlog { namespace spdlog {// source location
// source location - either initiated from std::source_location or from
// std::experimental::source_location or empty
struct source_loc { struct source_loc {
constexpr source_loc() = default; constexpr source_loc() = default;
constexpr source_loc(const char *filename_in, std::uint_least32_t line_in, const char *funcname_in) constexpr source_loc(const char *filename_in, std::uint_least32_t line_in, const char *funcname_in)