Fix for `token::Singletons()` when built statically.
You should avoid building the token library statically, but if you must, this may prevent issues with the order in which initializers are invoked.
Edited by David Thompson
You should avoid building the token library statically, but if you must, this may prevent issues with the order in which initializers are invoked.