-
- Downloads
From Philippe:
This patch resolve a few issues when loading a library implementing an STL container after opening a file containing an instance of this STL container. Depending of the circunstances this lead to either an infinite recursion or an incorrect collecton proxy. This patch also resolves completely the issue related to using namespace statement. Aka you can now properly do: using namespace MySpace; gROOT->GetClass("ClassWithingMySpace"); git-svn-id: http://root.cern.ch/svn/root/trunk@10947 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- base/src/TROOT.cxx 11 additions, 1 deletionbase/src/TROOT.cxx
- meta/inc/TCint.h 2 additions, 2 deletionsmeta/inc/TCint.h
- meta/inc/TClass.h 2 additions, 1 deletionmeta/inc/TClass.h
- meta/inc/TInterpreter.h 2 additions, 2 deletionsmeta/inc/TInterpreter.h
- meta/src/TCint.cxx 77 additions, 35 deletionsmeta/src/TCint.cxx
- meta/src/TClass.cxx 15 additions, 1 deletionmeta/src/TClass.cxx
- win32gdk/inc/TGWin32InterpreterProxy.h 2 additions, 2 deletionswin32gdk/inc/TGWin32InterpreterProxy.h
- win32gdk/src/TGWin32InterpreterProxy.cxx 1 addition, 1 deletionwin32gdk/src/TGWin32InterpreterProxy.cxx
Loading
Please register or sign in to comment