]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/afterstd.h
Added --use-stl to cnfigure, wxUSE_STL to setup0.h
[wxWidgets.git] / include / wx / afterstd.h
diff --git a/include/wx/afterstd.h b/include/wx/afterstd.h
new file mode 100644 (file)
index 0000000..313c225
--- /dev/null
@@ -0,0 +1,19 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        include/wx/afterstd.h
+// Purpose:     #include after STL headers
+// Author:      Vadim Zeitlin
+// Modified by:
+// Created:     07/07/03
+// RCS-ID:      $Id$
+// Copyright:   (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+/**
+    See the comments in beforestd.h.
+ */
+
+#ifdef _MSC_VER
+#   pragma warning(pop)
+#endif
+