mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-06-10 16:12:19 +02:00
Remove ctor draft check
This commit is contained in:
parent
09ab20801a
commit
2d496cb296
2
zmq.hpp
2
zmq.hpp
@ -310,7 +310,7 @@ class message_t
|
|||||||
throw error_t();
|
throw error_t();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(ZMQ_BUILD_DRAFT_API) && defined(ZMQ_CPP11)
|
#ifdef ZMQ_CPP11
|
||||||
template<class Range,
|
template<class Range,
|
||||||
typename = typename std::enable_if<
|
typename = typename std::enable_if<
|
||||||
detail::is_range<Range>::value
|
detail::is_range<Range>::value
|
||||||
|
Loading…
x
Reference in New Issue
Block a user