Skip to content
Snippets Groups Projects
  1. Nov 16, 2007
  2. Nov 15, 2007
  3. Nov 14, 2007
  4. Nov 13, 2007
  5. Nov 12, 2007
    • Philippe Canal's avatar
      If an autoload entry is still marked as autoload after · 6962f93b
      Philippe Canal authored
      the execution of the autoloader and it is a templated
      class and a lookup of the class (by name) finds a 
      different entry, then remove this autoloade entry.
      
      This happens in the case where a template class was
      entered in the autloader with some typedef in its
      name/argument.  For example, if mytemplate<Long64_t>
      is entered in the autoloader map, its type status
      will never be reset because the CINT dictionary is
      actually updating the entry with all typedef resolved:
      mytemplate<long long>
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@20771 27541ba8-7e3a-0410-8455-c3a389f83636
      6962f93b
Loading