mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
keep clang-tidy happy
This commit is contained in:
parent
a31719b546
commit
a463989278
@ -188,8 +188,8 @@ using filename_t = std::string;
|
||||
struct source_loc
|
||||
{
|
||||
SPDLOG_CONSTEXPR source_loc()
|
||||
: filename("")
|
||||
, line(0)
|
||||
: filename{""}
|
||||
, line{0}
|
||||
{
|
||||
}
|
||||
SPDLOG_CONSTEXPR source_loc(const char *filename, int line)
|
||||
|
Loading…
Reference in New Issue
Block a user