Files
wxWidgets/include
Lauri Nurmi c70a281c33 Fix compilation of <wx/archive.h> on Clang 19 on Fedora
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.
2024-10-28 12:26:31 +02:00
..