From: David Elliott <dfe@tgwbd.org>
Date: Mon, 1 Nov 2004 00:38:32 +0000 (+0000)
Subject: Declare namespace std {} before using namespace std; for MetroWerks
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6b1a8b64f1292b41bf1caa8e61d3ad03498939b7

Declare namespace std {} before using namespace std; for MetroWerks


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/src/mac/carbon/dc.cpp b/src/mac/carbon/dc.cpp
index 4e570147ca..5fd016f985 100644
--- a/src/mac/carbon/dc.cpp
+++ b/src/mac/carbon/dc.cpp
@@ -24,6 +24,7 @@
 
 #if __MSL__ >= 0x6000
 #include "math.h"
+namespace std {}
 using namespace std ;
 #endif