|
Boost : |
Subject: [boost] [1.51][Iostreams]maybe a bug in chain.hpp
From: leiming2006 (leiming2006_at_[hidden])
Date: 2012-10-15 03:37:31
Hello,
Sorry for the last post that I haven't attached tags in the title.
I'm using boost 1.5.1 in windows 7 with vc 2010 express compiler.
yesterday I'm trying using boost.iostreams with audio samples,
whose char_type is not char or wchar_t.
Thought I failed at the end, but I guess that I found a bug in
the library.
In the file boost\iostreams\chain.hpp, line 136,
I wonder if it's
typedef linked_streambuf<Ch, Tr> streambuf_type;
not
typedef linked_streambuf<Ch> streambuf_type;
Regards,
LeiMing
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk