projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abb4f9c
)
avoiding unkown namespace std
author
Stefan Csomor
<csomor@advancedconcepts.ch>
Sat, 3 Dec 2005 08:43:31 +0000
(08:43 +0000)
committer
Stefan Csomor
<csomor@advancedconcepts.ch>
Sat, 3 Dec 2005 08:43:31 +0000
(08:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36334
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/mac/carbon/dccg.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/mac/carbon/dccg.cpp
b/src/mac/carbon/dccg.cpp
index 994394c5a6482fda78b654236394bb87f7f8f163..2af913ecbee7e812464a7f1556fc398927999bd4 100755
(executable)
--- a/
src/mac/carbon/dccg.cpp
+++ b/
src/mac/carbon/dccg.cpp
@@
-27,6
+27,8
@@
#ifdef __MSL__
#if __MSL__ >= 0x6000
#include "math.h"
+ // in case our functions were defined outside std, we make it known all the same
+ namespace std { }
using namespace std ;
#endif
#endif