mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-26 04:42:19 +00:00
renamed category --> io_category
[SVN r27026]
This commit is contained in:
@@ -225,7 +225,7 @@ private:
|
||||
typedef symmetric_filter_adapter<impl_type, Alloc> base_type;
|
||||
public:
|
||||
typedef typename base_type::char_type char_type;
|
||||
typedef typename base_type::category io_category;
|
||||
typedef typename base_type::io_category io_category;
|
||||
basic_bzip2_compressor( const bzip2_params& = bzip2::default_block_size,
|
||||
std::streamsize buffer_size =
|
||||
default_buffer_size );
|
||||
@@ -249,7 +249,7 @@ private:
|
||||
typedef symmetric_filter_adapter<impl_type, Alloc> base_type;
|
||||
public:
|
||||
typedef typename base_type::char_type char_type;
|
||||
typedef typename base_type::category io_category;
|
||||
typedef typename base_type::io_category io_category;
|
||||
basic_bzip2_decompressor( bool small = bzip2::default_small,
|
||||
std::streamsize buffer_size =
|
||||
default_buffer_size );
|
||||
|
||||
@@ -237,7 +237,7 @@ private:
|
||||
typedef symmetric_filter_adapter<impl_type, Alloc> base_type;
|
||||
public:
|
||||
typedef typename base_type::char_type char_type;
|
||||
typedef typename base_type::category io_category;
|
||||
typedef typename base_type::io_category io_category;
|
||||
basic_zlib_compressor( const zlib_params& = zlib::default_compression,
|
||||
std::streamsize buffer_size = default_buffer_size );
|
||||
// Note: use large buffer.
|
||||
@@ -262,7 +262,7 @@ private:
|
||||
typedef symmetric_filter_adapter<impl_type, Alloc> base_type;
|
||||
public:
|
||||
typedef typename base_type::char_type char_type;
|
||||
typedef typename base_type::category io_category;
|
||||
typedef typename base_type::io_category io_category;
|
||||
basic_zlib_decompressor( int window_bits = zlib::default_window_bits,
|
||||
std::streamsize buffer_size =
|
||||
default_buffer_size );
|
||||
|
||||
Reference in New Issue
Block a user