We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131d9ff commit f3ca220Copy full SHA for f3ca220
include/coro/io_scheduler.hpp
@@ -36,7 +36,7 @@ class io_scheduler
36
37
struct private_constructor
38
{
39
- private_constructor() = default;
+ explicit private_constructor() = default;
40
};
41
42
public:
include/coro/thread_pool.hpp
@@ -29,7 +29,7 @@ class thread_pool
29
30
31
32
33
34
35
/**
0 commit comments