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 8bdeaa3 commit 9ed7748Copy full SHA for 9ed7748
src/zmq/authenticator.cpp
@@ -51,7 +51,7 @@ authenticator::~authenticator() NOEXCEPT
51
stop();
52
}
53
54
-authenticator::operator context& () NOEXCEPT
+authenticator::operator context&() NOEXCEPT
55
{
56
return context_;
57
src/zmq/worker.cpp
@@ -33,8 +33,6 @@ namespace zmq {
33
34
using namespace bc::system;
35
36
-#define NAME "worker"
37
-
38
// Derive from this abstract worker to implement concrete worker.
39
worker::worker(thread_priority priority) NOEXCEPT
40
: priority_(priority),
0 commit comments