Josh Bendavid

Results 12 issues of Josh Bendavid

Consider the following test case: test.c ```cpp #include "TInterpreter.h" #include "TClass.h" #include "TMethod.h" #include "TROOT.h" #include struct Dummy { double x; }; struct Dummy2{ }; template double sumT(Args... args) {...

bug

In some cases when trying to persist classes from ACLIC or the interpreter, there are warnings about missing dictionaries, which apparently don't prevent correctly persisting the class. Real use case...

bug