Comments about ICC build failure with 12.x were crazy

Fix warnings with ICC.
This commit is contained in:
Matt Arsenault
2013-01-01 05:06:09 -05:00
parent 0362c310a5
commit f3901b35d4
4 changed files with 1 additions and 311 deletions

View File

@@ -94,7 +94,7 @@ namespace zmq
// Size of the greeting message:
// Preamble (10 bytes) + version (1 byte) + socket type (1 byte).
const static size_t greeting_size = 12;
static const size_t greeting_size = 12;
// True iff we are registered with an I/O poller.
bool io_enabled;