id summary reporter owner description type status milestone component version severity resolution keywords cc 5628 filter_iterator - cannot convert from 'char' to 'char &' nen777w@… Robert Ramey "MSVS 2008 - error C2440: 'return' : cannot convert from 'char' to 'char &' d:\projects\...\boost\archive\iterators\remove_whitespace.hpp 117 {{{ std::ifstream ifs_(""test.arc"", std::ios_base::in|std::ios_base::binary); std::ofstream ofs_(""test.rez"", std::ios_base::out|std::ios_base::binary); typedef boost::archive::iterators::transform_width< boost::archive::iterators::binary_from_base64< boost::archive::iterators::remove_whitespace > >, 8, 6 > base64_to_bin_t; std::copy( base64_to_bin_t(std::istreambuf_iterator(ifs_>> std::noskipws) ) , base64_to_bin_t(std::istreambuf_iterator() ) , std::ostreambuf_iterator(ofs_) ); }}} " Bugs closed To Be Determined serialization Boost 1.45.0 Problem invalid