Fix static initialization problem
authorMichael Andres <ma@suse.de>
Thu, 10 Nov 2011 09:11:17 +0000 (10:11 +0100)
committerMichael Andres <ma@suse.de>
Thu, 10 Nov 2011 09:11:17 +0000 (10:11 +0100)
commit3aab912ade454855d6a6e02e704d06b44bda9abc
treeb39d435c215b9514905ba48d5603335c602de2dc
parent9541c764bbbe05ad4c31d36faf90399273f217dc
Fix static initialization problem

The IdStrings' constructors would run after usage, meaning that the Set
was all messed up. This patch enforces propper initialization order
without relying on the compiler.

This fixes the Arch_test on Ubuntu 11.10
zypp/Arch.cc