--- boost/archive/iterators/wchar_from_mb.hpp.orig 2026-04-15 14:39:00 UTC +++ boost/archive/iterators/wchar_from_mb.hpp @@ -94,7 +94,7 @@ class wchar_from_mb template struct sliding_buffer { - boost::array m_buffer; + boost::array m_buffer = {}; typename boost::array::const_iterator m_next_available; typename boost::array::iterator m_next; bool m_done;