transientVector_ must be declared transient #2435
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a fix for a bugs in DataFormats/TauReco/src/classes_def_3.xml, which is fatal in our ROOT6 branch. ROOT 5 still works because it has looser checking for these things,
The data member "transientVector_" of the AssociationVector template is transient, but this dictionary fails to declare it as transient for some AssociationVector template instances.
This fix will fix a failure in 22 ROOT 6 relvals.