Skip to content
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

Don't pass property mask #7037

Merged
merged 1 commit into from Jan 3, 2015

Conversation

wmtan
Copy link
Contributor

@wmtan wmtan commented Jan 2, 2015

Optimization for better design.
Member functions of MemberWithDict and BaseWithDict do not need to pass a property mask to TypeWithDict constructors. The information is already encoded in the name.
This makes the property mask local to TypeWithDict, and means that BaseWithDict and MemberWithDict no longer need to be friends of TypeWithDict.
Please merge this request as soon as convenient.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 2, 2015

A new Pull Request was created by @wmtan for CMSSW_7_4_ROOT6_X.

Don't pass property mask

It involves the following packages:

FWCore/Utilities

@cmsbuild, @Dr15Jones, @ktf, @nclopezo can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @wddgit this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.

davidlt added a commit that referenced this pull request Jan 3, 2015
@davidlt davidlt merged commit d33b219 into cms-sw:CMSSW_7_4_ROOT6_X Jan 3, 2015
@wmtan wmtan deleted the DoNotPassPropertyMask branch January 3, 2015 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants