mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
- unkeyworded for testing - removed upstreamed patches - link to regex upstream test issue - exclude redis test suite: new failure - unexclude wave suite: only exclude a failing test - add patches for spirit tests & serialization QA issue Closes: https://bugs.gentoo.org/975233 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/714 Merges: https://codeberg.org/gentoo/gentoo/pulls/714 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
478 B
Diff
14 lines
478 B
Diff
https://github.com/boostorg/serialization/issues/333
|
|
|
|
--- a/boost/archive/iterators/wchar_from_mb.hpp
|
|
+++ b/boost/archive/iterators/wchar_from_mb.hpp
|
|
@@ -94,7 +94,7 @@ class wchar_from_mb
|
|
|
|
template<typename T>
|
|
struct sliding_buffer {
|
|
- boost::array<T, 32> m_buffer;
|
|
+ boost::array<T, 32> m_buffer = {};
|
|
typename boost::array<T, 32>::const_iterator m_next_available;
|
|
typename boost::array<T, 32>::iterator m_next;
|
|
bool m_done;
|