Opened 9 years ago
Last modified 9 years ago
#8948 new Bugs
iostreams::filtering_stream<outout>::sync does not exist
Reported by: | cppljevans | Owned by: | Jonathan Turkanis |
---|---|---|---|
Milestone: | To Be Determined | Component: | iostreams |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | iostreams filtering_ostream sync missing | Cc: |
Description
The documentation here:
http://www.boost.org/doc/libs/1_54_0/libs/iostreams/doc/classes/filtering_stream.html#sync
claims it should exist; however, the attached code shows it only exists for filtering_stream<input>.
This missing member function was mentioned in another ticket:
https://svn.boost.org/trac/boost/ticket/4590
but that one did not request the documentation be changed.
Attachments (1)
Change History (2)
by , 9 years ago
Attachment: | filtering_stream.sync.cpp added |
---|
comment:1 by , 9 years ago
Component: | None → iostreams |
---|---|
Owner: | set to |
Note:
See TracTickets
for help on using tickets.
shows missing filtering_stream<outout>::sync member function.