Y
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
cozzyd
266 days ago
Placement new?
link
1718627440
265 days ago
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.
link