job/queue: make single argument constructor explicit
This commit is contained in:
parent
07d74187c5
commit
8f6af0f837
@ -32,7 +32,7 @@ namespace util::job {
|
||||
class queue {
|
||||
public:
|
||||
queue ();
|
||||
queue (unsigned thread_count);
|
||||
explicit queue (unsigned thread_count);
|
||||
~queue ();
|
||||
|
||||
using cookie = int;
|
||||
|
Loading…
Reference in New Issue
Block a user