mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Clang 19.1.0 on Fedora Rawhide fails to compile <wx/archive.h> because m_rep's members are accessed as if m_rep was not a pointer, but it is. This is obviously wrong with any compiler, but apparently because wxArchiveIterator is a template class, and its operator=() is never called in tests, its brokenness went unnoticed.