Opened 9 years ago
Closed 9 years ago
#8997 closed Bugs (fixed)
asio/buffered_read_stream.hpp typo in doc
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.54.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The class comment for asio::buffered_read_stream lists "Sync_Read_Stream" in the implemented concepts rather than "SyncReadStream"
This is in the source file
./boost/asio/buffered_read_stream.hpp
Note:
See TracTickets
for help on using tickets.
Fixed on trunk in [85751]. Merged to release in [85838].