Cloudy & Associates

Fix various initialization order bugs

The order of initialization of global objects is not defined if they reside in different compilation units. So if two of these initializations depend on each other, it is a bug. Here we fix these dependencies.

Merge request reports

Loading