SpiceQA
Questions
Tags
Users
Badges
virtual-destructor
29 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
C++ inheritance and valgrind memory leak
user_7866585
0
•
asked Mar 11, 2020
2
1
146
virtual-destructor
destructor
inheritance
valgrind
c++
How can I aggregate init a struct that inherits from a virtual type?
user_430766
0
•
asked Mar 7, 2020
2
1
179
aggregate-initialization
c++17
virtual-destructor
c++
Why does the deleting destructor occupy a second vtable slot besides the ordinary destructor?
user_4968963
0
•
asked Feb 25, 2020
2
1
231
itanium
virtual-destructor
memory-management
linker
c++
Does the standard allow an implicit virtual destructor not being implicitly defined when no instances of its class are created?
user_8274127
0
•
asked Oct 24, 2019
7
1
256
implicit-declaration
one-definition-rule
language-lawyer
virtual-destructor
c++
How to properly implement a C++ class destructor
user_1547699
0
•
asked Oct 16, 2019
4
3
1150
c++14
virtual-destructor
memory-management
destructor
c++
Valgrind shows memory leak in std::make_unique
user_7431005
0
•
asked Sep 5, 2018
23
1
2774
unique-ptr
undefined-behavior
virtual-destructor
memory-leaks
c++
When there is a virtual function in a class, is the implicitly generated destructor virtual too?
user_3496846
0
•
asked Mar 19, 2016
3
1
52
virtual-destructor
destructor
c++
When and why should destructor in base class NOT be defined as virtual?
user_419391
0
•
asked Aug 10, 2011
10
5
833
virtual-destructor
c++
Is a virtual destructor needed for your Interface, if you always store it in a shared_ptr?
user_500104
0
•
asked Jul 9, 2011
13
1
1240
virtual-destructor
shared-ptr
c++11
boost
c++
Why are destructors not virtual by default [C++]
da_code_monkey_2222
0
•
asked Jul 8, 2011
31
3
4272
virtual-destructor
c++
Prev
Prev
1
2
(current)
3
Next
Next
Hot Questions