Do I need to worry about the “static initialization order fiasco” for variables of built-in/intrinsic types?
Related Questions
- When initializing static data members of built-in / intrinsic / primitive types, should I worry about the "static initialization order fiasco"?
- Do I need to worry about the "static initialization order fiasco" for variables of built-in/intrinsic types?
- Can I define an operator overload that works with built-in / intrinsic / primitive types?