mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-28 05:22:29 +00:00
made flush return true by default
[SVN r28112]
This commit is contained in:
@@ -559,7 +559,7 @@ struct flush_filter_impl<flushable_tag> {
|
||||
template<>
|
||||
struct flush_filter_impl<any_tag> {
|
||||
template<typename T, typename Sink>
|
||||
static bool flush(T& t, Sink& snk) { return false; }
|
||||
static bool flush(T& t, Sink& snk) { return true; }
|
||||
};
|
||||
|
||||
//------------------Definition of imbue_impl----------------------------------//
|
||||
|
||||
Reference in New Issue
Block a user