mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 17:00:25 +08:00
Remove un needed declaration from thread_pool
This commit is contained in:
parent
ce5c1c24cf
commit
53cd47e19f
@ -109,7 +109,6 @@ class thread_pool
|
|||||||
public:
|
public:
|
||||||
using item_type = async_msg;
|
using item_type = async_msg;
|
||||||
using q_type = details::mpmc_blocking_queue<item_type>;
|
using q_type = details::mpmc_blocking_queue<item_type>;
|
||||||
using clock_type = std::chrono::steady_clock;
|
|
||||||
|
|
||||||
thread_pool(size_t q_max_items, size_t threads_n)
|
thread_pool(size_t q_max_items, size_t threads_n)
|
||||||
: q_(q_max_items)
|
: q_(q_max_items)
|
||||||
|
BIN
tests/.vs/tests/v15/Browse.VC.db
Normal file
BIN
tests/.vs/tests/v15/Browse.VC.db
Normal file
Binary file not shown.
BIN
tests/.vs/tests/v15/ipch/AutoPCH/945b5b8b65520f8e/ERRORS.ipch
Normal file
BIN
tests/.vs/tests/v15/ipch/AutoPCH/945b5b8b65520f8e/ERRORS.ipch
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user