SpiceQA
Questions
Tags
Users
Badges
one-definition-rule
46 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
clang creates global symbols; gcc creates local symbols
user_2064196
0
•
asked Jun 24, 2022
4
0
31
one-definition-rule
c++17
c++
Does a range based for loop over an array ODR-use the array?
user_1934800
0
•
asked May 26, 2022
6
1
97
one-definition-rule
c++14
c++
Why does a function called inside a inline function not require definition?
user_9171697
0
•
asked Apr 21, 2022
2
1
142
one-definition-rule
inline
c++
Is it an ODR violation to have an inline templated function have different behavior due to if constexpr?
user_874660
0
•
asked Apr 11, 2022
2
1
81
one-definition-rule
if-constexpr
c++
Is use in an unused default member initializer still an odr-use?
user_17732522
0
•
asked Mar 9, 2022
11
1
209
implicit-instantiation
template-instantiation
one-definition-rule
c++
How to prevent ODR violations in this case?
user_2836552
0
•
asked Feb 16, 2022
2
1
144
cpp-core-guidelines
one-definition-rule
c++
"One or more multiply defined symbols found". Static and friend function
user_13003547
0
•
asked Jan 24, 2022
2
1
86
interface-class
one-definition-rule
friend-function
c++
Can ODR violation be avoided by using hidden visibility?
user_12171136
0
•
asked Dec 30, 2021
6
2
204
one-definition-rule
rust
shared-libraries
linker
c++
typedefing a pointer recognized by C to an inner C++ class
user_1430586
0
•
asked Dec 6, 2021
2
2
102
one-definition-rule
inner-classes
conditional-compilation
c
c++
How to declare a pointer to a nested C++ class in C
user_1430586
0
•
asked Nov 9, 2021
3
1
141
one-definition-rule
inner-classes
conditional-compilation
c
c++
1
(current)
2
3
4
5
Next
Next
Hot Questions