Y
Hacker News
new
|
ask
|
show
|
jobs
by
xilun0
5417 days ago
(little nitpicking note : there are cases where it can be useful to have a virtual descriptor as the only virtual method of a class)
1 comments
copper
5417 days ago
I'm interested in knowing what these are - barring an alignment-related weirdness, I can't think of any reason to do that.
link
xilun0
5414 days ago
If you do everything in the constructor and the destructor, and in the meantime store a generic instance (or maybe a list of generic instances) somewhere.
This can be a quite rare situation, though. But not impossible.
link