]> git.saurik.com Git - wxWidgets.git/commitdiff
Declare namespace std {} before using namespace std; for MetroWerks
authorDavid Elliott <dfe@tgwbd.org>
Sat, 30 Oct 2004 06:14:10 +0000 (06:14 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 30 Oct 2004 06:14:10 +0000 (06:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/variant.cpp
src/common/wxchar.cpp

index 6004fee34e15615306226271f4947ab321dbafbb..86602e25d37000b36abc9553e0629643def50653 100644 (file)
@@ -29,6 +29,7 @@
 #endif
 
 #if defined(__MWERKS__) && __MSL__ >= 0x6000
 #endif
 
 #if defined(__MWERKS__) && __MSL__ >= 0x6000
+namespace std {}
 using namespace std ;
 #endif
 
 using namespace std ;
 #endif
 
index f4739262b5373afac6438c484419f741f2d8ac12..9db633db07767e4f629431e92ce59b253fb2688a 100644 (file)
@@ -53,6 +53,7 @@
 #endif
 
 #if defined(__MWERKS__) && __MSL__ >= 0x6000
 #endif
 
 #if defined(__MWERKS__) && __MSL__ >= 0x6000
+namespace std {}
 using namespace std ;
 #endif
 
 using namespace std ;
 #endif