Don't use the standard containers by default.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 May 2011 13:30:12 +0000 (13:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 May 2011 13:30:12 +0000 (13:30 +0000)
commit7311debd0d87ff4ce3d537c7fceda74467215e4b
tree916fdfb8c42913b481f69c9d284b9db1900fbcb2
parentc4264a8317caf3a5813adc2bc5ddb755595e6481
Don't use the standard containers by default.

Revert the change of wxUSE_STD_CONTAINERS to 1 by default as this introduces
more incompatibilities which risk hamper upgrading to 3.0 unnecessarily.

Update the documentation to better explain why do the non-standard container
classes exist in wxWidgets and, especially, that they shouldn't be used when
possible. Also document the differences between the normal and STL containers
build in the manual.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
configure
configure.in
docs/changes.txt
docs/doxygen/overviews/container.h
include/wx/motif/setup0.h
include/wx/msw/setup0.h
include/wx/msw/wince/setup.h
include/wx/os2/setup0.h
include/wx/osx/setup0.h
include/wx/palmos/setup0.h
include/wx/setup_inc.h
include/wx/univ/setup0.h
setup.h.in