Since Static Initialization concerns Zero-initialization and initialization with a constant expression, according the C++03 standard, I cannot see which fiasco could arise there.
So, SO, why such a name, instead of eg "[Dynamic] Initialization Order Fiasco" ?
Edit:
It is actually a rhetorical question, but I find my English too weak to self-answer. I also loosely use "static initialization" as a short-cut for "all initialization happening before main()". But as 'static' term is already overloaded, I wrote down this question :
- As a reminder that "static initialization" has a formal definition in the standard.
- To collect any historical or anecdotal reason for this wording.
- For anyone genuinely confused by the seeming paradox.