wxWidgets/include/wx/android
Vadim Zeitlin 722057b3a0 Add a new wxUSE_STD_CONTAINERS_COMPATIBLY option.
This option, which is on by default unless the use of STL is disabled,
provides better interoperability with the standard library when it can be done
without breaking backwards compatibility.

The first example of its use is to allow passing std::vector<> of any string
compatible type to wxItemContainer::Append(), Insert() and Set(), allowing to
directly initialize various wxControls deriving from it such as wxChoice,
wxComboBox, wxListBox from a std::vector<> of strings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-10-24 21:54:51 +00:00
..
chkconf.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
config_android.h Merge wxQT branch into the trunk. 2014-08-24 01:50:11 +00:00
setup.h Add a new wxUSE_STD_CONTAINERS_COMPATIBLY option. 2014-10-24 21:54:51 +00:00