-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
documentationRelated to documentation or commentsRelated to documentation or commentsfixedSomething works now, yay!Something works now, yay!
Description
We've already implemented these LWG issue resolutions that were just accepted at the Nov 2024 meeting:
- LWG-3210
allocate_sharedis inconsistent about removingconstfrom the pointer passed to allocatorconstructanddestroy- Implemented since 2019 (internal MSVC-PR-183222). Resolved when LWG-3216 "Rebinding the allocator before calling
construct/destroyinallocate_shared" was accepted.
- Implemented since 2019 (internal MSVC-PR-183222). Resolved when LWG-3216 "Rebinding the allocator before calling
- LWG-4024 Underspecified destruction of objects created in
std::make_shared_for_overwrite/std::allocate_shared_for_overwrite - LWG-4154 The Mandates for
std::packaged_task's constructor from a callable entity should consider decaying- Implemented by
<future>: Makepackaged_taskaccept move-only functors #4946
- Implemented by
Now we need to remove our comments about speculatively implementing these issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationRelated to documentation or commentsRelated to documentation or commentsfixedSomething works now, yay!Something works now, yay!