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.
2 parents a34d2a3 + 76e5fb0 commit 28aecd9Copy full SHA for 28aecd9
tests/recv_multipart.cpp
@@ -1,7 +1,6 @@
1
-#ifdef ZMQ_CPP11
2
-
3
#include <catch.hpp>
4
#include <zmq_addon.hpp>
+#ifdef ZMQ_CPP11
5
6
TEST_CASE("recv_multipart test", "[recv_multipart]")
7
{
tests/send_multipart.cpp
@@ -1,8 +1,8 @@
+#include <catch.hpp>
+#include <zmq_addon.hpp>
#ifdef ZMQ_CPP11
#include <forward_list>
-#include <catch.hpp>
-#include <zmq_addon.hpp>
TEST_CASE("send_multipart test", "[send_multipart]")
8
0 commit comments