Skip to content

Commit

Permalink
Fix VS 2015 syntax error with macro
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Sep 30, 2020
1 parent 07ac9fe commit 8b058de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zmq.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,6 @@ class message_t
class Char,
size_t N,
typename = typename std::enable_if<detail::is_char_type<Char>::value>::type>
ZMQ_DEPRECATED("from 4.7.0, use constructors taking iterators, (pointer, size) "
"or strings instead")
explicit message_t(const Char (&data)[N]) :
message_t(detail::ranges::begin(data), detail::ranges::end(data))
{
Expand Down

0 comments on commit 8b058de

Please sign in to comment.