Files
wxWidgets/docs/doxygen/mainpages
Vadim Zeitlin 7a8f2dffbd Use standard [[deprecated]] attribute if available
Add yet another wxDEPRECATED_XXX macro, this one simply expanding to
C++14 [[deprecated]] attribute if it's available and nothing otherwise.

It's a bit ridiculous to have so many different macros for deprecating
things, but the new one is useful because the standard attribute can be
used to deprecated enum elements, which is impossible with MSVC-specific
__declspec(deprecated).
2021-07-11 14:47:47 +02:00
..
2021-05-30 16:40:32 +01:00
2021-01-03 18:12:37 +01:00
2020-10-15 19:50:37 +02:00