wxwidgets/interface
Vadim Zeitlin 347d7fcccb Use std::unique_ptr<> instead of wxDECLARE_SCOPED_PTR
Replace macro-based scoped pointers with the standard class.

Also mention that using these macros and wxScopedPtr itself is
deprecated (but there are too many occurrences of the latter in the code
to change all of them now).

Note that wxMsgCatalog ctor and dtor had to be moved out of line to
allow using unique_ptr<> to an incomplete class as member. On the bright
side, we can just use unique_ptr<> instead of wxPluralFormsNodePtr which
was a local reimplementation of wxScopedPtr.

No real changes.
2023-03-06 18:36:37 +00:00
..
wx Use std::unique_ptr<> instead of wxDECLARE_SCOPED_PTR 2023-03-06 18:36:37 +00:00
check_syntax.sh Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00