Skip to content

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

Merged
miscco merged 1 commit intoNVIDIA:mainfrom
miscco:chrono_fix_initializer
Sep 12, 2023
Merged

Do not use static member functions to initialize static member variables.#438
miscco merged 1 commit intoNVIDIA:mainfrom
miscco:chrono_fix_initializer

Conversation

@miscco
Copy link
Contributor

@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 alliepiper and griwes and removed request for a team September 12, 2023 13:16
@miscco miscco merged commit f2b931b into NVIDIA:main Sep 12, 2023
@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