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 d042560e29..09c050a927 100644
--- a/boost/archive/iterators/transform_width.hpp
+++ b/boost/archive/iterators/transform_width.hpp
@@ -111,6 +111,7 @@ public:
transform_width(T start) :
super_t(Base(static_cast< T >(start))),
m_buffer_out_full(false),
+ m_buffer_out(0),
// To disable GCC warning, but not truly necessary
//(m_buffer_in will be initialized later before being
//used because m_remaining_bits == 0)