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

Made TClass::fgCallingNew a thread_local file scope static #11

Commits on Jan 20, 2014

  1. Made TClass::fgCallingNew a thread_local file scope static

    In order to avoid thread-safety issues, the static class member
    TClass::fgCallingNew is no longer a class member and is instead
    a file scoped static declared thread_local. It was necessary to
    not have it is a class member since CINT could not parse the new
    thread_local keyword.
    Dr15Jones committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    386c352 View commit details
    Browse the repository at this point in the history