Fix compilation with Root 6.24 .
This MR fixes compilation with Root 6.24 .
Merge request reports
Activity
assigned to @f.uhlig
requested review from @f.uhlig
added BugFix label
thanks for the fixes. I will have a look to the TRD code if the issues can be solved differently to avoid the ifdef statement.
Dear @f.uhlig, @se.gorbunov, @v.akishina, @a.bercuci, @p.kaehler, @v.friese, @p.-a.loizeau,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
I put the MR currently to draft mode. It is nor required immediately and I need some time to check the TRD code.
@f.uhlig: Updated with a nicer solution for the TRD code.
added 26 commits
-
6aa7a01b...86f8b581 - 25 commits from branch
computing:master
- bf7ddf5e - Fix compilation with Root 6.24 .
-
6aa7a01b...86f8b581 - 25 commits from branch
- Resolved by Florian Uhlig
Ok, sorry for writing again about this. But I believe there is an even easier solution for TRD files. Looking at the definition of
gDirectory
(v6.22 and v6.24), it's a wrapper that callsTDirectory::CurrentDirectory
. So these assignments in the TRD code are no ops and we can just remove them. I'll update the MR again.Edited by Felix Weiglhofer