Skip to content

Fix for `token::Singletons()` when built statically.

David Thompson requested to merge singleton-init into master

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

Merge request reports

Loading