zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
438 stars 195 forks source link

Fix compilation error with boost >= 1.60 - BOOST_CHECKPOINT has been … #168

Closed sil2100 closed 8 years ago

sil2100 commented 8 years ago

…replaced by BOOST_TEST_CHECKPOINT. Add missing semicolon to test_socket.cpp.