You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 #114.
I propose to rename
azmq::message
'sstring()
function intoto_string()
. This approach consistent with STL naming (checkbitset
andstring_view
classes for example).The text was updated successfully, but these errors were encountered: