Comment on Why should I have written ZeroMQ in C, not C++ (part II)parentComments−IsTom14yAlso push_back() and insert() are actually emplace_back() and emplace() when used on rvalues.
Comments
Also push_back() and insert() are actually emplace_back() and emplace() when used on rvalues.