Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace global CUDTUnited by static local variable
Static local variable has the benefits of lazy initialization and avoids the initialization order problem of global variables.
- Loading branch information