]> git.saurik.com Git - wxWidgets.git/commitdiff
Declare namespace std {} before using namespace std; for MetroWerks
authorDavid Elliott <dfe@tgwbd.org>
Mon, 1 Nov 2004 00:38:32 +0000 (00:38 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Mon, 1 Nov 2004 00:38:32 +0000 (00:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dc.cpp

index 4e570147ca74251bc009afe01c853ec9da7599f1..5fd016f9858bd8427d907eb55430b85be357ced2 100644 (file)
@@ -24,6 +24,7 @@
 
 #if __MSL__ >= 0x6000
 #include "math.h"
+namespace std {}
 using namespace std ;
 #endif