https://github.com/root-project/root
Revision f7b8db938dcfde2b5ae1741dd9b162437fdd5cb8 authored by Philippe Canal on 15 February 2008, 17:09:09 UTC, committed by Philippe Canal on 15 February 2008, 17:09:09 UTC
Fix G__class_autoload's test on a changed class name due to autoloading: hide 
the original (requetsed one) and do the name lookup. If it succeeds we have 
loaded a new representation of that class.
G__class_autoload now expects a int* ptagnum; it will be set to the tagnum of 
the loaded representation of the class (which might be different from the 
requested one)
Fixes autoload problems for STL.


git-svn-id: http://root.cern.ch/svn/root/branches/v5-18-00-patches@22164 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 0416eaa
History
Tip revision: f7b8db938dcfde2b5ae1741dd9b162437fdd5cb8 authored by Philippe Canal on 15 February 2008, 17:09:09 UTC
From Axel:
Tip revision: f7b8db9
File Mode Size
doc
inc
src
Module.mk -rw-r--r-- 1.7 KB

back to top