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

add missing std:: namespace qualifiers #771

Merged
merged 1 commit into from Sep 11, 2013
Merged

Conversation

wmtan
Copy link
Contributor

@wmtan wmtan commented Sep 10, 2013

When compiling the framework against ROOT 6, I noticed some compilation errors in IOPool/Streamer because "ifstream" was used, instead of "std::ifstream". I have no idea why this compiled before, because I can't find any relevant using directives or declarations. So, this pull request adds any missing "std::" namespace qualifiers to instances of ifstream, vector, string, cout, endl, etc. that I could find in IOPool/Streamer.
In a couple of places, I also took multiple statements on the same line and put them on separate lines.

@cmsbuild
Copy link
Contributor

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

add missing std:: namespace qualifiers

It involves the following packages:

IOPool/Streamer

@Dr15Jones, @ktf can you please review it and eventually sign? Thanks.
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.

@Dr15Jones
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next IBs unless changes or unless it breaks tests.

@nclopezo
Copy link
Contributor

Hi,

I ran the usual tests on top of CMSSW_7_0_X_2013-09-11-0200, all tests passed:

https://cmssdt.cern.ch/jenkins/job/Pull-Request-Integration/ARCHITECTURE=slc5_amd64_gcc481/447/console

you can see the artifacts here:

https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/447

ktf added a commit that referenced this pull request Sep 11, 2013
add missing std:: namespace qualifiers
@ktf ktf merged commit 1218605 into cms-sw:CMSSW_7_0_X Sep 11, 2013
@wmtan wmtan deleted the AddMissingStd branch September 12, 2013 22:07
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

5 participants