SpiceQA
Questions
Tags
Users
Badges
static-order-fiasco
9 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
How does C++ Nifty Counter idiom guarantee both static initialization and static deinitialization
user_16972547
0
•
asked Dec 10, 2021
2
2
166
static-order-fiasco
c++
Order of initialization of static member of explicitly instantiated template and another static variable
user_580083
0
•
asked Oct 30, 2020
1
1
86
explicit-instantiation
static-order-fiasco
templates
c++
Can C++20 `constinit` waive the need for nifty counter idiom?
user_2085626
0
•
asked Mar 17, 2020
4
1
180
constinit
c++20
static-order-fiasco
c++
Order of initialization and destruction of block-scope static vs. namespace-scope thread_local in main thread
user_1639256
0
•
asked Jan 1, 2019
6
1
461
c++14
static-order-fiasco
static
multithreading
c++
Deferred initialisation order in C++11
user_193887
0
•
asked Jul 20, 2017
3
1
432
language-lawyer
static-order-fiasco
c++11
c++
Does Google Test auto-registration avoid the static initialisation order fiasco?
user_193887
0
•
asked Jul 10, 2017
3
2
729
googletest
static-order-fiasco
c++11
c++
Does Java have the static order initialisation fiasco?
user_14860
0
•
asked Jul 7, 2011
11
11
1954
static-order-fiasco
singleton
java
C++ static initialization order
user_74612
0
•
asked Jun 17, 2009
76
6
58810
initialization-order
static-order-fiasco
static-variables
c++
Finding C++ static initialization order problems
Fred_Larson_10077
0
•
asked Dec 2, 2008
70
12
60325
static-order-fiasco
initialization
c++
1
(current)
Hot Questions