diff options
author | Matthew Newhook <matthew@zeroc.com> | 2007-06-07 05:58:10 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2007-06-07 05:58:10 +0000 |
commit | 51f8b45557c6b28020c934cc9361b5c47e3de9d9 (patch) | |
tree | aa271c661eadbebb791a77c8e11f2a2f1323f50d /cpp/src/slice2javae/Gen.cpp | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231 (diff) | |
download | ice-51f8b45557c6b28020c934cc9361b5c47e3de9d9.tar.bz2 ice-51f8b45557c6b28020c934cc9361b5c47e3de9d9.tar.xz ice-51f8b45557c6b28020c934cc9361b5c47e3de9d9.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2231. Fixed VC6 bug with
test/Freeze/complex test
Diffstat (limited to 'cpp/src/slice2javae/Gen.cpp')
-rw-r--r-- | cpp/src/slice2javae/Gen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2javae/Gen.cpp b/cpp/src/slice2javae/Gen.cpp index a00430a9107..9a6447226b6 100644 --- a/cpp/src/slice2javae/Gen.cpp +++ b/cpp/src/slice2javae/Gen.cpp @@ -19,7 +19,7 @@ using namespace std; using namespace Slice; // -// Don't use "using namespace IceUtil", or stupid VC++ 6.0 complains +// Don't use "using namespace IceUtil", or VC++ 6.0 complains // about ambigious symbols for constructs like // "IceUtil::constMemFun(&Slice::Exception::isLocal)". // |