Declare namespace std {} before using namespace std; for MetroWerks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__MWERKS__) && __MSL__ >= 0x6000
|
#if defined(__MWERKS__) && __MSL__ >= 0x6000
|
||||||
|
namespace std {}
|
||||||
using namespace std ;
|
using namespace std ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -53,6 +53,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__MWERKS__) && __MSL__ >= 0x6000
|
#if defined(__MWERKS__) && __MSL__ >= 0x6000
|
||||||
|
namespace std {}
|
||||||
using namespace std ;
|
using namespace std ;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user