3d278ee75f
Arithmetic operations on the elements of different enums are deprecated in C++20 and the latest compiler versions warn about them. While individual warnings could be fixed in wxWidgets itself (although it would be quite an effort to do it for all ~500 of them), it wouldn't help with the same warnings in the applications using wx, so prefer to do it by explicitly defining the operations on the enums that can be combined with each other by using wxALLOW_COMBINING_ENUMS() macro, except for a single warning in wxTar code where it's easier to just not use an anum at all. |
||
---|---|---|
.. | ||
bitmaps | ||
richtextbackgroundpage.h | ||
richtextborderspage.h | ||
richtextbuffer.h | ||
richtextbulletspage.h | ||
richtextctrl.h | ||
richtextdialogpage.h | ||
richtextfontpage.h | ||
richtextformatdlg.h | ||
richtexthtml.h | ||
richtextimagedlg.h | ||
richtextindentspage.h | ||
richtextliststylepage.h | ||
richtextmarginspage.h | ||
richtextprint.h | ||
richtextsizepage.h | ||
richtextstyledlg.h | ||
richtextstylepage.h | ||
richtextstyles.h | ||
richtextsymboldlg.h | ||
richtexttabspage.h | ||
richtextuicustomization.h | ||
richtextxml.h |