Commit 121c9d16 authored by Luca Boccassi's avatar Luca Boccassi

Problem: select.cpp/hpp build fails with reorder error

Solution: initialise class variables in the same order they are
declared
parent ba74890f
......@@ -53,8 +53,8 @@ zmq::select_t::select_t (const zmq::ctx_t &ctx_) :
// Fine as long as map is not cleared.
current_family_entry_it (family_entries.end ()),
#else
retired (false),
maxfd (retired_fd),
retired (false),
#endif
stopping (false)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment