mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-14 01:32:07 +08:00
Fix comment
This commit is contained in:
parent
0ef49d7df6
commit
ddf14d67df
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user