mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-25 01:51:38 +08:00
Remove un needed declaration from thread_pool
This commit is contained in:
parent
ce5c1c24cf
commit
53cd47e19f
@ -108,8 +108,7 @@ 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