mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-05-28 23:24:12 +02:00
10 lines
167 B
C++
10 lines
167 B
C++
#include <gtest/gtest.h>
|
|
#include <zmq.hpp>
|
|
|
|
#if defined(ZMQ_CPP11) && defined(ZMQ_BUILD_DRAFT_API)
|
|
TEST(poller, create_destroy)
|
|
{
|
|
zmq::poller_t context;
|
|
}
|
|
#endif
|