From 52cbcda3510115c9ce5e8a3cabbdb15ccbd0adb1 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sat, 30 Oct 2004 06:14:10 +0000 Subject: [PATCH] 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 --- src/common/variant.cpp | 1 + src/common/wxchar.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 6004fee34e..86602e25d3 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -29,6 +29,7 @@ #endif #if defined(__MWERKS__) && __MSL__ >= 0x6000 +namespace std {} using namespace std ; #endif diff --git a/src/common/wxchar.cpp b/src/common/wxchar.cpp index f4739262b5..9db633db07 100644 --- a/src/common/wxchar.cpp +++ b/src/common/wxchar.cpp @@ -53,6 +53,7 @@ #endif #if defined(__MWERKS__) && __MSL__ >= 0x6000 +namespace std {} using namespace std ; #endif -- 2.47.2