Remove ctor draft check

This commit is contained in:
Gudmundur Adalsteinsson 2019-05-15 17:05:34 +00:00
parent 09ab20801a
commit 2d496cb296

View File

@ -310,7 +310,7 @@ class message_t
throw error_t();
}
#if defined(ZMQ_BUILD_DRAFT_API) && defined(ZMQ_CPP11)
#ifdef ZMQ_CPP11
template<class Range,
typename = typename std::enable_if<
detail::is_range<Range>::value