summaryrefslogtreecommitdiff
path: root/boost/archive/iterators/transform_width.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/archive/iterators/transform_width.hpp')
-rw-r--r--boost/archive/iterators/transform_width.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/boost/archive/iterators/transform_width.hpp b/boost/archive/iterators/transform_width.hpp
index 4e11953bc5..15dd8dfc0e 100644
--- a/boost/archive/iterators/transform_width.hpp
+++ b/boost/archive/iterators/transform_width.hpp
@@ -124,6 +124,7 @@ public:
transform_width(const transform_width & rhs) :
super_t(rhs.base_reference()),
m_buffer_out_full(rhs.m_buffer_out_full),
+ m_buffer_out(rhs.m_buffer_out),
m_buffer_in(rhs.m_buffer_in),
m_remaining_bits(rhs.m_remaining_bits),
m_end_of_sequence(false)