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

Remove char buffer and sprintf with std::string/std::to_string #17270

Merged
merged 1 commit into from Jan 25, 2017

Commits on Jan 25, 2017

  1. Remove char buffer and sprintf with std::string/std::to_string

    Originally I expected ROOT classes to support std::string, but they
    actually take const char * instead thus I had to use .c_str(), which is
    not the nicest code. Hopefully ROOT classess makes a copy and not just
    saves the pointer internally as std::string will be temporaries.
    
    Signed-off-by: David Abdurachmanov <David.Abdurachmanov@cern.ch>
    David Abdurachmanov authored and David Abdurachmanov committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    c346a39 View commit details
    Browse the repository at this point in the history