Hacker News new | ask | show | jobs
by 1718627440 266 days ago
> is possible with clean C++ anyway...

That's news to me; how?

1 comments

Placement new?
I might also use placement new after taking a pointer to a stack object or global, but it won't prevent the original constructor from being run.