maybe a bug in boost.iostreams

15 Oct
2012
15 Oct
'12
7:37 a.m.
Hello, I'm using boost 1.5.1 in windows 7 with vc 2010 express. today 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
4624
Age (days ago)
4624
Last active (days ago)
0 comments
1 participants
participants (1)
-
leiming2006