Implemented std::make_unique_for_overwrite according to the following paper: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1020r1.html
and the rename http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p1973r1.pdf
Details
Details
- Reviewers
ahmadbeirkdar - Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Event Timeline
Comment Actions
There's already an ongoing effort to implement this: D90111.
You might want to sync with the author of the other patch.
Comment Actions
Oh thanks, sorry did not know. First time trying to contribute over this platform and to libcxx