This commit is contained in:
cxgeorge 2002-11-25 20:36:53 +00:00
parent d171e43af0
commit eb6aa8c0d8

View File

@ -453,20 +453,11 @@ operator -> () const {
// correct.
////////////////////////////////////////////////////////////////////
#ifndef CPPPARSER
template<class T>
INLINE TYPENAME ConstPointerTo<T>::
INLINE ConstPointerTo<T>::
operator const TYPENAME PointerToBase<T>::To *() const {
return _ptr;
}
#else
// work around lame interrogate parser bugs
template<class T>
INLINE ConstPointerTo<T>::
operator const PointerToBase<T>::To *() const {
return _ptr;
}
#endif
////////////////////////////////////////////////////////////////////
// Function: ConstPointerTo::p