diff options
author | Christian Fetzer <fetzer.ch@gmail.com> | 2016-02-16 00:28:54 +0100 |
---|---|---|
committer | Christian Fetzer <fetzer.ch@gmail.com> | 2016-02-20 09:04:32 +0100 |
commit | cdcee3469be362808e298efde302228c6f12e6d1 (patch) | |
tree | 3df156a4e6020fac6852414f196f57b2827b058f /.travis.yml | |
parent | c75c0916cb303c1c93166de699d5e90f68cab800 (diff) |
[SystemGlobals] Define static initialization order of CSpecialProtocol
The destructor of RarManager uses CSpecialProtocol (a class with only
statics). Therefore we have to make sure that CSpecialProtocol is
destructed after RarManager. The C++ standard guarantees the order of
con/destruction for statics only within the same compilation unit.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions