2
0
mirror of https://github.com/boostorg/asio.git synced 2026-02-22 13:42:08 +00:00
Files
asio/include
Christopher Kohlhoff e93db8e7fa Prevent buffer types from matching contiguous iterator overloads.
Fixes a bug where passing the deprecated const_buffers_1 and
mutable_buffers_1 types to asio::buffer() would result in the contiguous
iterator overloads being incorrectly chosen.
2023-04-04 20:20:47 +10:00
..