-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[16.0.X] Add dummy implementation of edm::typeDemangle for standalone LST #49971
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
[16.0.X] Add dummy implementation of edm::typeDemangle for standalone LST #49971
Conversation
|
A new Pull Request was created by @ariostas for CMSSW_16_0_X. It involves the following packages:
@Moanwar, @cmsbuild, @jfernan2, @mandrenguyen, @srimanob can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
cms-bot internal usage |
|
please test |
|
backport #49964 |
|
+1 Size: This PR adds an extra 24KB to repository Comparison SummarySummary:
|
|
urgent Needed by #49953 |
|
+1 |
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_16_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_16_1_X is complete. This pull request will be automatically merged. |
This PR adds a dummy implementation of edm::typeDemangle so that we don't have to link extra libraries when using the standalone version of LST. This is in response to #49953, where the dependency is introduced through PortableCollections.
This is a backport of #49964.