Opened 6 years ago
Closed 6 years ago
#12147 closed Feature Requests (invalid)
Suggest signals2 signals be made movable
| Reported by: | Owned by: | Frank Mori Hess | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | signals2 |
| Version: | Boost 1.61.0 | Severity: | Optimization |
| Keywords: | signals2, movable, signal_base | Cc: |
Description
Following on from #8449, please may I request that signals2 signals be made movable for C++11 upwards? I think that would be very useful.
I think the current obstacle is that signal_base is boost::noncopyable.
Thanks very much.
Change History (3)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Why do you say the aren't movable?
The short answer: because I'm an idiot. Apologies.
Please close as invalid.
comment:3 by , 6 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Why do you say the aren't movable? There is a test_move() in signal_test.cpp which tests signals are movable, as long as BOOST_NO_CXX11_RVALUE_REFERENCES is not defined.