Files
wxWidgets/include/wx/html
Vadim Zeitlin 6f8bc1018b Avoid -Wdeprecated-copy for many event classes from clang 13
Add new macros wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN_DEF_COPY() and
wxDECLARE_NO_ASSIGN_DEF_COPY() and use them instead of
wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN() and wxDECLARE_NO_ASSIGN_CLASS()
respectively to ensure that we declare a (default, if possible) copy
ctor in the classes declaring an assignment operator to avoid clang
warnings about not doing it.
2021-12-15 17:50:55 +01:00
..
2019-01-30 17:35:54 +01:00
2021-03-17 09:44:48 -07:00
2021-10-03 17:07:44 +02:00
2021-10-03 17:07:44 +02:00
2021-03-17 09:44:48 -07:00