Add wxDEPRECATED_MSG() and use it in a couple of places.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2013 00:14:22 +0000 (00:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 4 Sep 2013 00:14:22 +0000 (00:14 +0000)
commit178635b62a262f694533468a355dd090cbf78a32
treed4ee2d264e3f653f00be6505a0947595b19b4aff
parent1c467e8804ff4c1cd3aee52bb16dfa4f976160a0
Add wxDEPRECATED_MSG() and use it in a couple of places.

This macro should be used instead of wxDEPRECATED() for the new deprecations
as it allows to give a helpful explanatory message (if supported by the
compiler) and also is simpler to use as it doesn't require wrapping the entire
declaration in it but can be simply used before it.

Also add wxDEPRECATED() support for clang as a side effect.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/app.h
include/wx/defs.h
include/wx/string.h
include/wx/window.h
interface/wx/defs.h