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

Replace bool with unsigned int #17271

Merged
merged 1 commit into from Jan 25, 2017
Merged

Conversation

davidlt
Copy link
Contributor

@davidlt davidlt commented Jan 25, 2017

This was picked by GCC 7:

error: use of an operand of type 'bool' in 'operator++' is forbidden
in C++1z

Signed-off-by: David Abdurachmanov David.Abdurachmanov@cern.ch

This was picked by GCC 7:

    error: use of an operand of type 'bool' in 'operator++' is forbidden
    in C++1z

Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
@cmsbuild
Copy link
Contributor

A new Pull Request was created by @davidlt for CMSSW_9_0_X.

It involves the following packages:

TopQuarkAnalysis/TopPairBSM

@cmsbuild, @monttj, @davidlange6 can you please review it and eventually sign? Thanks.
@jdolen, @kreczko this is something you requested to watch as well.
@davidlange6, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@davidlt
Copy link
Contributor Author

davidlt commented Jan 25, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 25, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/17423/console Started: 2017/01/25 06:43

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

davidlange6 added a commit that referenced this pull request Jan 25, 2017
Replace bool with unsigned int
@davidlange6 davidlange6 merged commit e00854a into cms-sw:CMSSW_9_0_X Jan 25, 2017
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