Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Replaced global CUDTUnited with static local variable (#1913)
A static local variable has the benefits of lazy initialization and avoids the initialization order problem of global variables.
- Loading branch information