wip static-lib

This commit is contained in:
gabime
2019-05-12 02:10:39 +03:00
parent 42e30468a9
commit 09e83937de
3 changed files with 4 additions and 20 deletions

View File

@@ -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
{