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)

filtering_stream.sync.cpp (1.2 KB ) - added by cppljevans 9 years ago.
shows missing filtering_stream<outout>::sync member function.

Download all attachments as: .zip

Change History (2)

by cppljevans, 9 years ago

Attachment: filtering_stream.sync.cpp added

shows missing filtering_stream<outout>::sync member function.

comment:1 by viboes, 9 years ago

Component: Noneiostreams
Owner: set to Jonathan Turkanis
Note: See TracTickets for help on using tickets.