Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In BuildOld, don't make all unique_ptr as having -> in comment.
unique_ptr can be nullptr too sometimes *and* anyway TStreamerInfo::Build does not make the same restriction. The mismatch lead to baffling error message like: Warning in <TStreamerInfo::BuildOld>: Cannot convert A::h from type: B to type: B, skip element This solves one of the problems seen in https://sft.its.cern.ch/jira/browse/ROOT-9702.
- Loading branch information