azmq
azmq copied to clipboard
Rename message's string() into to_string()
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).
Agree.
On Monday, September 28, 2015, Andrey Upadyshev [email protected] 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.