zeromq / azmq

C++ language binding library integrating ZeroMQ with Boost Asio
Boost Software License 1.0
319 stars 109 forks source link

Rename message's string() into to_string() #114

Open oliora opened 8 years ago

oliora commented 8 years ago

I propose to rename azmq::message's string() function into to_string(). This approach consistent with STL naming (check bitset and string_view classes for example).

rodgert commented 8 years ago

Agree.

On Monday, September 28, 2015, Andrey Upadyshev notifications@github.com wrote:

I propose to rename azmq::message's string() function into to_string(). This approach consistent with STL naming (check bitset and string_ref classes for example).

— Reply to this email directly or view it on GitHub https://github.com/zeromq/azmq/issues/114.