diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/Proxy.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp index 3e1fbc2a912..761841d3c5f 100644 --- a/cpp/src/Ice/Proxy.cpp +++ b/cpp/src/Ice/Proxy.cpp @@ -45,8 +45,8 @@ void IceInternal::decRef(::IceDelegateD::Ice::Object* p) { p->__decRef(); } IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f, const string& typeId) { // -// Without this work-around, release VC7.0 and VC7.1 build crash when FacetNotExistException -// is raised +// COMPILERBUG: Without this work-around, release VC7.0 and VC7.1 +// build crash when FacetNotExistException is raised // #if defined(_MSC_VER) && (_MSC_VER >= 1300) && (_MSC_VER <= 1310) ObjectPrx fooBar; @@ -79,8 +79,8 @@ IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f, const string& IceInternal::checkedCastImpl(const ObjectPrx& b, const string& f, const string& typeId, const Context& ctx) { // -// Without this work-around, release VC7.0 build crash when FacetNotExistException -// is raised +// COMPILERBUG: Without this work-around, release VC7.0 build crash +// when FacetNotExistException is raised // #if defined(_MSC_VER) && (_MSC_VER == 1300) ObjectPrx fooBar; |