Re: [Boost-users] [iostreams] Issue with closing of filters [PATCH]
gchen
It seems like a issue with close_impl
::close(...). ... (link: http://www.boost.org/libs/iostreams/doc/functions/close.html)
Yes, that looks like the right answer. The code is clearly not performing what the document describes. When I fix this up, my code works as expected. Proposed patch attached.
I think the wfilter versions of these typedefs should use multichar_wfilter<...>. Agreed?
A copy-n-paste bug !?
Yep, that's my take -- proposed patch attached.
My $0.02
Worth much more than that... many thanks! Chad Walters
Chad Walters wrote:
It seems like a issue with close_impl
::close(...). ... (link: http://www.boost.org/libs/iostreams/doc/functions/close.html) Yes, that looks like the right answer. The code is clearly not performing what the document describes. When I fix this up, my code works as expected.
Proposed patch attached.
I think the wfilter versions of these typedefs should use multichar_wfilter<...>. Agreed? A copy-n-paste bug !?
Yep, that's my take -- proposed patch attached.
I suggest you use Boots Trac to submit a report and the patches: http://svn.boost.org/trac/boost/wiki
participants (2)
-
Chad Walters
-
gchen