mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-16 00:45:48 +08:00
Replaced SPDLOG_FINAL macro with final
This commit is contained in:
parent
65defd3806
commit
ca8accbaa8
@ -14,7 +14,7 @@
|
|||||||
namespace spdlog {
|
namespace spdlog {
|
||||||
namespace sinks {
|
namespace sinks {
|
||||||
template<typename Mutex>
|
template<typename Mutex>
|
||||||
class ostream_sink SPDLOG_FINAL : public base_sink<Mutex>
|
class ostream_sink final : public base_sink<Mutex>
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
explicit ostream_sink(std::ostream &os, bool force_flush = false)
|
explicit ostream_sink(std::ostream &os, bool force_flush = false)
|
||||||
|
Loading…
Reference in New Issue
Block a user