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

Use 'perfect forwarding' of arguments to plugins #304

Merged
merged 1 commit into from Aug 13, 2013

Conversation

Dr15Jones
Copy link
Contributor

The old code could not support rvalue references in plugin constructors
because the code was not using C++11 'perfect forwarding' idiom.

The old code could not support rvalue references in plugin constructors
because the code was not using C++11 'perfect forwarding' idiom.
@cmsbuild
Copy link
Contributor

The following categories have been signed by chrjones (a.k.a. @Dr15Jones on GitHub): Core

@cms-git-visualization, @cms-git-core, @cms-git-geometry

ktf added a commit that referenced this pull request Aug 13, 2013
Use 'perfect forwarding' of arguments to plugins
@ktf ktf merged commit aa9d4a2 into cms-sw:CMSSW_7_0_X Aug 13, 2013
@ktf
Copy link
Contributor

ktf commented Aug 14, 2013

This breaks builds:

https://cmssdt.cern.ch/SDT/cgi-bin/showBuildLogs.py/slc5_amd64_gcc472/www/wed/7.0-wed-02/CMSSW_7_0_X_2013-08-14-0200/

@vadler @Dr15Jones @alja can you please follow this up? In the meanwhile I'll revert it.

gpetruc added a commit to gpetruc/cmssw that referenced this pull request Mar 16, 2015
HeppyCore looper: fix sub-file splitting boundaries
makortel pushed a commit to makortel/cmssw that referenced this pull request Apr 22, 2015
arizzi added a commit to arizzi/cmssw that referenced this pull request Feb 1, 2016
mandrenguyen added a commit to mandrenguyen/cmssw that referenced this pull request Nov 25, 2020
slava77 pushed a commit to slava77/cmssw that referenced this pull request Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants