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 correct ROOT6 name in all cases #2638

Merged

Conversation

wmtan
Copy link
Contributor

@wmtan wmtan commented Feb 25, 2014

In ROOT 6, the normalized name for a C++ string is "std::string". In ROOT 5. std::basic_string is used.
In the conditions code, the ROOT 5 name must be converted to the ROOT 6 name. This was done before, but only for those cases where the ROOT 5 name was followed by a space. This causes relval failures.
This pull request does the conversion in those cases where the ROOT 5 name is not followed by a space.
Please merge this promptly unless there is a problem.

davidlt added a commit that referenced this pull request Feb 25, 2014
@davidlt davidlt merged commit f1efd27 into cms-sw:CMSSW_7_1_ROOT6_X Feb 25, 2014
@wmtan wmtan deleted the UseCorrectROOT6NameForString branch February 25, 2014 20:26
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

2 participants