mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
bench
This commit is contained in:
@@ -15,6 +15,7 @@ class stdout_sink : public ostream_sink<Mutex>
|
||||
{
|
||||
public:
|
||||
stdout_sink() : ostream_sink<Mutex>(std::cout) {}
|
||||
|
||||
};
|
||||
|
||||
typedef stdout_sink<details::null_mutex> stdout_sink_st;
|
||||
|
Reference in New Issue
Block a user