zeromq / zeromq3-x

ØMQ/3.2 release branch - bug fixes only
GNU General Public License v3.0
227 stars 96 forks source link

Update stream_engine.hpp #121

Closed marklakata closed 9 years ago

marklakata commented 9 years ago

The Intel compiler (icc) complains about the order of "static" and "const". The fix is a simple switch to one line in one header file.

In file included from ipc_listener.cpp(29): stream_engine.hpp(97): error #82: storage class is not first const static size_t greeting_size = 12;