Y
Hacker News
new
|
ask
|
show
|
jobs
by
int_19h
543 days ago
Why not std::make_shared, given that you require C++20 anyway?
1 comments
vinkelhake
543 days ago
Just a quick note that the basic form of std::make_shared (which is the one that is relevant here) has been in the language since C++11.
link