2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-01 20:12:09 +00:00
Files
asio/include
Christopher Kohlhoff 350afe1bee Prevent implicit conversion with buffer_sequence_begin/end.
This change addresses an issue where a call to buffer_sequence_begin or
buffer_sequence_end could trigger an implicit conversion to const_buffer
or mutable_buffer. Whenever this implicit conversion occurred, the
return value of buffer_sequence_begin/end would point to a temporary
object.
2019-03-02 16:03:47 +11:00
..