wxWidgets/include/wx/richtext
Vadim Zeitlin 3d278ee75f Avoid warnings about operations on different enums in C++20 mode
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.
2021-04-25 18:59:20 +02:00
..
bitmaps
richtextbackgroundpage.h
richtextborderspage.h
richtextbuffer.h Avoid warnings about operations on different enums in C++20 mode 2021-04-25 18:59:20 +02:00
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 Suppress -Wsuggest-override warnings in user code for gcc too 2020-08-14 19:15:03 +02:00
richtextxml.h