From: Vadim Zeitlin Date: Sat, 1 Nov 2003 12:17:29 +0000 (+0000) Subject: compilation fix for VC++ statis MT build with wxUSE_STL==1 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4cc6a9db04893bae4e1a768c682fc95143873311 compilation fix for VC++ statis MT build with wxUSE_STL==1 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/string.cpp b/src/common/string.cpp index 503ff915c9..f0cb6d2910 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -168,6 +168,8 @@ wxSTD ostream& operator<<(wxSTD ostream& os, const wxString& str) #define STATISTICS_ADD(av, val) #endif // WXSTRING_STATISTICS +#if !wxUSE_STL + // =========================================================================== // wxStringData class deallocation // =========================================================================== @@ -180,8 +182,6 @@ void wxStringData::Free() } #endif -#if !wxUSE_STL - // =========================================================================== // wxStringBase // ===========================================================================