-
- Downloads
fix in explicit template instantiation syntax which was wrong, but accepted
by gcc and icc (!). Remove TObjPtr class which is now just an instantiation of TObjNum<void*> (for backward compatability we provide the typedef: typedef TObjNum<void*> TObjPtr;). Remove reference to TObjPtr.h from TBuffer.cxx. To compile make sure to remove base/src/G__Base1.d, base/src/G__Base2.d, base/src/G__Base3.d and base/src/TBuffer.d. git-svn-id: http://root.cern.ch/svn/root/trunk@5739 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- base/inc/LinkDef3.h 3 additions, 1 deletionbase/inc/LinkDef3.h
- base/inc/TObjNum.h 12 additions, 11 deletionsbase/inc/TObjNum.h
- base/inc/TObjPtr.h 0 additions, 48 deletionsbase/inc/TObjPtr.h
- base/src/TBuffer.cxx 1 addition, 2 deletionsbase/src/TBuffer.cxx
- base/src/TObjNum.cxx 12 additions, 11 deletionsbase/src/TObjNum.cxx
- base/src/TObjPtr.cxx 0 additions, 33 deletionsbase/src/TObjPtr.cxx
base/inc/TObjPtr.h
deleted
100644 → 0
base/src/TObjPtr.cxx
deleted
100644 → 0
Please register or sign in to comment