--- boost_1_53_0/boost/archive/iterators/transform_width.hpp 2012-12-24 14:23:49.000000000 -0400 +++ boost_minimal/boost/archive/iterators/transform_width.hpp 2013-02-06 08:53:50.074132065 -0400 @@ -119,8 +119,8 @@ transform_width(const transform_width & rhs) : super_t(rhs.base_reference()), m_buffer_out_full(rhs.m_buffer_out_full), - m_remaining_bits(rhs.m_remaining_bits), m_buffer_in(rhs.m_buffer_in), + m_remaining_bits(rhs.m_remaining_bits), m_end_of_sequence(false) {} };