mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
wip static-lib
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
|
||||
|
||||
namespace spdlog {
|
||||
namespace sinks {
|
||||
|
||||
@@ -54,8 +53,6 @@ SPDLOG_INLINE filename_t rotating_file_sink<Mutex>::calc_filename(const filename
|
||||
return fmt::to_string(w);
|
||||
}
|
||||
|
||||
|
||||
|
||||
template<typename Mutex>
|
||||
SPDLOG_INLINE const filename_t &rotating_file_sink<Mutex>::filename() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user