Opened 6 years ago
Closed 5 years ago
#12337 closed Feature Requests (fixed)
[TypeErasure] Add support for move-assignment
Reported by: | Owned by: | Steven Watanabe | |
---|---|---|---|
Milestone: | To Be Determined | Component: | type_erasure |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Although Boost.TypeErasure has (partial) support for move-construction it does not support move-assignment.
Type-erasing move-only-types like std::unique_ptr
is currently not supported.
This missing feature should be added.
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Summary: | Add support for move-assignment → [TypeErasure] Add support for move-assignment |
---|
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This pull-request https://github.com/boostorg/type_erasure/pull/12 adds the missing feature.