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

Do not use static member functions to initialize static member variables. #438

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Sep 12, 2023

This is technically invalid, as the class is not yet complete during initialization of static member variables.

Fixes nvbug4197970

…les.

This is technically invalid, as the class is not yet complete during initialization of static member variables.

Fixes nvbug4197970
@miscco miscco requested review from a team as code owners September 12, 2023 13:16
@miscco miscco requested review from griwes and alliepiper and removed request for a team September 12, 2023 13:16
@miscco miscco merged commit f2b931b into NVIDIA:main Sep 12, 2023
465 checks passed
@miscco miscco deleted the chrono_fix_initializer branch September 12, 2023 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants