
10 Dec
2006
10 Dec
'06
11:20 p.m.
Mathieu Peyréga wrote:
What was your test case to demonstrate this?
was something like
short *data = new short[w*h];
for(int index_ligne=0;index_ligne
ofstream file(filename.c_str(), ios_base::out|ios_base::binary); filtering_streambuf<output> out; out.push(bzip2_compressor()); out.push(file);
basic_array_source<char> datastream((char*)data,w*h*sizeof(short)); boost::iostreams::copy(datastream, out);
I just glanced at the sources in CVS and it appears that this code is unchanged in the head revision. I hope someone who has check-in privileges can look at this and confirm/apply the patch before 1.34 gets released.