Avoid static initialization issues (#3492)
Static type holders can be initialized after things that make copies of them are run, leading to `undefined` as the type in the copies.
Showing
Please
register
or
sign in
to comment
Static type holders can be initialized after things that make copies of them are run, leading to `undefined` as the type in the copies.