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
This commit is contained in:
David Elliott
2004-11-01 00:38:32 +00:00
parent e0ea0b7f1c
commit 6b1a8b64f1

View File

@@ -24,6 +24,7 @@
#if __MSL__ >= 0x6000
#include "math.h"
namespace std {}
using namespace std ;
#endif