From 252e57cee2bb05ca6cd4ed58e42267e8749aeef7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 17 Sep 2003 10:40:18 +0000 Subject: [PATCH] added wxUSE_STL and wxUSE_XTI git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/univ/setup0.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/include/wx/univ/setup0.h b/include/wx/univ/setup0.h index 6e77fd67c0..5dd45c4dc0 100644 --- a/include/wx/univ/setup0.h +++ b/include/wx/univ/setup0.h @@ -200,6 +200,22 @@ // in your own code (1 if you do, 0 if you don't) #define wxUSE_EXCEPTIONS 1 +// Set wxUSE_STL to 1 to derive wxList(Foo) and wxArray(Foo) from +// std::list and std::vector, with a compatibility interface, +// and for wxHashMap to be implemented with templates. +// +// Default is 0 +// +// Recommended setting: YMMV +#define wxUSE_STL 0 + +// Set wxUSE_EXTENDED_RTTI to 1 to use extended RTTI +// +// Default is 0 +// +// Recommended setting: 0 +#define wxUSE_EXTENDED_RTTI 0 + // Support for message/error logging. This includes wxLogXXX() functions and // wxLog and derived classes. Don't set this to 0 unless you really know what // you are doing. -- 2.45.2