mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
update spdlog (it still dont work), fix 6.3(1)
This commit is contained in:
11
vendor/spdlog/sinks/base_sink.h
vendored
11
vendor/spdlog/sinks/base_sink.h
vendored
@@ -15,9 +15,8 @@
|
||||
|
||||
namespace spdlog {
|
||||
namespace sinks {
|
||||
template<typename Mutex>
|
||||
class SPDLOG_API base_sink : public sink
|
||||
{
|
||||
template <typename Mutex>
|
||||
class SPDLOG_API base_sink : public sink {
|
||||
public:
|
||||
base_sink();
|
||||
explicit base_sink(std::unique_ptr<spdlog::formatter> formatter);
|
||||
@@ -44,9 +43,9 @@ protected:
|
||||
virtual void set_pattern_(const std::string &pattern);
|
||||
virtual void set_formatter_(std::unique_ptr<spdlog::formatter> sink_formatter);
|
||||
};
|
||||
} // namespace sinks
|
||||
} // namespace spdlog
|
||||
} // namespace sinks
|
||||
} // namespace spdlog
|
||||
|
||||
#ifdef SPDLOG_HEADER_ONLY
|
||||
# include "base_sink-inl.h"
|
||||
#include "base_sink-inl.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user