-
Couldn't load subscription status.
- Fork 1.4k
[io] read versioned class from file even if in-memory-class is unversioned #18660
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Test Results 18 files 18 suites 4d 2h 4m 6s ⏱️ For more details on these failures, see this check. Results for commit 1aada00. ♻️ This comment has been updated with latest results. |
as suggested by pcanal
|
@pcanal |
This Pull request:
Changes or fixes:
Fixes https://its.cern.ch/jira/browse/ROOT-5306
Reproducer:
with MySubClass.cxx
class MySubClass { public: int id; ClassDef(MySubClass, 3) };and MySubClassUnv.cxx
class MySubClass { public: int id; };Checklist: