Opened 9 years ago
Closed 9 years ago
#8789 closed Feature Requests (fixed)
scoped_connection should be moveable
Reported by: | anonymous | Owned by: | Frank Mori Hess |
---|---|---|---|
Milestone: | To Be Determined | Component: | signals2 |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | signals2 scoped_connection | Cc: |
Description
scoped_connection should be moveable
Change History (2)
comment:1 by , 9 years ago
Status: | new → assigned |
---|
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Yes, we can add a move constructor, plus swap. In the meantime, scoped_connection does already have a "release" method which accomplishes the same thing.