chriskohlhoff / asio-tr2

C++ TR2 proposal based on Asio
17 stars 5 forks source link

send_to and async_send_to use inconsistent variable names #215

Open jwakely opened 8 years ago

jwakely commented 8 years ago

At http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0112r0.html#socket.dgram.op the specifications of send_to and async_send_to alternate between calling the endpoint "destination", "recipient" and (in the Effects) "sender".

chriskohlhoff commented 8 years ago

Fixed in 9a4a9c93ad0deb911d727a3ee0b37b1f13fa4d9c.