SpiceQA
Questions
Tags
Users
Badges
static-initialization
26 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why does clang do thread-safe init for some globals, but not others?
user_149138
0
•
asked Jul 13, 2022
6
0
116
static-initialization
c++17
clang
global-variables
c++
Reading values of static const data members without definitions: what governs these rules?
user_4573247
0
•
asked Mar 10, 2022
2
1
73
static-initialization
language-lawyer
c++
Why is static initialization order happening like this?
user_4696802
0
•
asked Sep 1, 2021
2
1
106
static-initialization
c++
Static final variable initialization (in Java) incorrect during Kotlin CI Tests
user_1161484
0
•
asked Jul 16, 2021
7
2
589
order-of-execution
static-initialization
java
Why are const qualified variables accepted as initializers on gcc?
user_584518
0
•
asked Jul 5, 2021
6
1
281
static-initialization
initializer
gcc
c
Is the initialization of global variable the same as the initialization of static variable inside a function
user_3305546
0
•
asked Mar 1, 2021
2
1
68
static-initialization
initialization
static
c++
How do I suppress "has no attribute" errors from mypy when assigning a new attribute to a function?
user_1048456
0
•
asked Feb 18, 2021
5
1
3465
static-initialization
python-typing
mypy
typechecking
python
Why are there two instances created of a singleton Java class?
user_9165920
0
•
asked Dec 12, 2020
2
2
243
static-initialization
class
android
java
How do I know when and where a static inline in-class-initialised member object is initialised?
user_4696802
0
•
asked Dec 12, 2020
3
0
62
static-initialization
c++17
c++
How to force immediate instantiation of enum values?
user_1866775
0
•
asked May 26, 2020
2
1
355
static-initialization
kotlin
jvm
enums
singleton
1
(current)
2
3
Next
Next
Hot Questions