mirror of
https://github.com/gabime/spdlog.git
synced 2025-04-29 20:13:52 +00:00
Removed redundant inline keyword
This commit is contained in:
parent
7ea98fba29
commit
dc24a858f2
@ -39,7 +39,7 @@ using basic_file_sink_st = basic_file_sink<details::null_mutex>;
|
|||||||
// factory functions
|
// factory functions
|
||||||
//
|
//
|
||||||
template <typename Factory = spdlog::synchronous_factory>
|
template <typename Factory = spdlog::synchronous_factory>
|
||||||
inline std::shared_ptr<logger> basic_logger_mt(const std::string &logger_name,
|
std::shared_ptr<logger> basic_logger_mt(const std::string &logger_name,
|
||||||
const filename_t &filename,
|
const filename_t &filename,
|
||||||
bool truncate = false,
|
bool truncate = false,
|
||||||
const file_event_handlers &event_handlers = {}) {
|
const file_event_handlers &event_handlers = {}) {
|
||||||
@ -47,7 +47,7 @@ inline std::shared_ptr<logger> basic_logger_mt(const std::string &logger_name,
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename Factory = spdlog::synchronous_factory>
|
template <typename Factory = spdlog::synchronous_factory>
|
||||||
inline std::shared_ptr<logger> basic_logger_st(const std::string &logger_name,
|
std::shared_ptr<logger> basic_logger_st(const std::string &logger_name,
|
||||||
const filename_t &filename,
|
const filename_t &filename,
|
||||||
bool truncate = false,
|
bool truncate = false,
|
||||||
const file_event_handlers &event_handlers = {}) {
|
const file_event_handlers &event_handlers = {}) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user