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

Cleanup Utilities/General #19981

Merged
merged 2 commits into from
Aug 2, 2017
Merged

Cleanup Utilities/General #19981

merged 2 commits into from
Aug 2, 2017

Commits on Jul 31, 2017

  1. Replace own_ptr with std::unique_ptr

    The only use of own_ptr can easily be replaced with unique_ptr.
    Dr15Jones committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    f231775 View commit details
    Browse the repository at this point in the history
  2. Removed Tokenizer and simplified FileInPath

    The Tokenizer class was only used by FileInPath and could be replaced
    with one line from boost.
    Made some simplifications of FileInPath and brought it more inline
    with CMSSW coding conventions.
    Dr15Jones committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    6e24197 View commit details
    Browse the repository at this point in the history