wxWidgets/include
Vadim Zeitlin 37d5bf363d Disable using [[deprecated]] attribute when not using C++11
At least with g++ 10, but presumably with other versions too, the
compiler still predefines __has_cpp_attribute(deprecated) even when
using it with -std=c++98 or similar option, but it does not accept this
attribute unless it's actually using C++11 or higher, resulting in
compilation errors.

Simply avoid defining wxHAS_DEPRECATED_ATTR when not using C++11 to fix
this.
2023-01-12 17:49:28 +01:00
..
msvc/wx Don't use token-pasting with non-identifiers in msvc/wx/setup.h 2022-08-18 19:36:31 +02:00
wx Disable using [[deprecated]] attribute when not using C++11 2023-01-12 17:49:28 +01:00