
12 May
2005
12 May
'05
3:30 p.m.
Jürgen Hunold wrote:
Hi !
Please find a patch attached which tries to fix 2 issues:
First, signed/unsigned mismatch in boost/iostreams/char_traits.hpp The fix is to change is_good(int) to is_good(std::wint_t)
Oops! Thanks.
Second, boost/iostreams/filter/symmetric_filter_adapter.hpp contains two template implementations without corresponding definitions. gcc-3.4.x chokes on them.
symmetric_filter_adapter is currently broken. I need to fix it ASAP. Jonathan