Y
Hacker News
new
|
ask
|
show
|
jobs
by
rcxdude
2465 days ago
Only if the deleter you define has any state, which is very rare and in that case you would need to copy that data around anyway...
(for example:
https://gcc.godbolt.org/z/mU7hub
)