-
- Downloads
Fix an issue reported by Matevz with AliEve:
when looking up list<A>::iterator, list<A> was looked up only as a struct, where in fact (for CINT) it's a typedef. This prevents template instantiation (which fails during library load) and autoloading in the case of rootmap (re-) registration for types like list<A>::iterator. git-svn-id: http://root.cern.ch/svn/root/trunk@27154 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- cint/cint/src/struct.cxx 12 additions, 2 deletionscint/cint/src/struct.cxx
- cint/cint/src/typedef.cxx 14 additions, 2 deletionscint/cint/src/typedef.cxx
- cint/cint7/src/struct.cxx 15 additions, 2 deletionscint/cint7/src/struct.cxx
- cint/cint7/src/typedef.cxx 14 additions, 2 deletionscint/cint7/src/typedef.cxx
Loading
Please register or sign in to comment