SpiceQA
Questions
Tags
Users
Badges
elision
4 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
C++14 new elision and new combining (a.k.a. allocator or allocation elision or combining) - what are the use cases?
user_751579
0
•
asked Jan 7, 2021
2
0
100
elision
c++14
new-operator
c++
Is eliminating construction of unused object allowed in standard even if constructor has observable side-effects?
user_3240681
0
•
asked Oct 6, 2020
4
1
58
elision
language-lawyer
c++
Can I tell my compiler to ignore the side effects of a statement or a function?
user_1593077
0
•
asked Oct 2, 2020
4
2
318
compiler-optimization
elision
side-effects
compiler-options
c++
Is this "elision failure" language-mandated?
user_1593077
0
•
asked Mar 23, 2020
7
3
252
compiler-optimization
elision
language-lawyer
stdstring
c++
1
(current)
Hot Questions