Opened 6 years ago

Closed 5 years ago

#12337 closed Feature Requests (fixed)

[TypeErasure] Add support for move-assignment

Reported by: Deniz Bahadir <D.Bahadir@…> 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 Deniz Bahadir <D.Bahadir@…>, 6 years ago

This pull-request https://github.com/boostorg/type_erasure/pull/12 adds the missing feature.

comment:2 by Deniz Bahadir <D.Bahadir@…>, 6 years ago

Summary: Add support for move-assignment[TypeErasure] Add support for move-assignment

comment:3 by Steven Watanabe, 5 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.