wxwidgets/include
PB f1985c6ba2 Use [[nodiscard]] with functions returning object to be freed
Add wxNODISCARD macro which is defined as [[nodiscard]] if supported,
or the compiler-specific equivalent if one exists or nothing if not
available.

Start using it for some places with a risk of memory leak.

Closes #22943.
2022-11-09 18:59:44 +01:00
..
msvc/wx Remove tests for _UNICODE too 2022-10-27 19:43:30 +02:00
wx Use [[nodiscard]] with functions returning object to be freed 2022-11-09 18:59:44 +01:00