Skip to content

Commit

Permalink
Tests require full 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gummif committed Jul 13, 2021
1 parent ff52ae8 commit 851e7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/poller.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "testutil.hpp"

#if defined(ZMQ_BUILD_DRAFT_API) && defined(ZMQ_CPP11) && defined(ZMQ_HAVE_POLLER)
#if defined(ZMQ_BUILD_DRAFT_API) && defined(ZMQ_CPP11) && !defined(ZMQ_CPP11_PARTIAL) && defined(ZMQ_HAVE_POLLER)

#include <array>
#include <memory>
Expand Down

0 comments on commit 851e7bc

Please sign in to comment.