Opened 10 years ago
Closed 10 years ago
#7466 closed Feature Requests (duplicate)
[C++11] Give dynamic_bitset a move constructor
Reported by: | Owned by: | jsiek | |
---|---|---|---|
Milestone: | To Be Determined | Component: | dynamic_bitset |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
dynamic_bitset does not have a move constructor. This makes it annoying to write classes that aggregate it, because those classes need explicit move constructors (the compiler will not auto-generate a move constructor if one of your fields is not movable).
Note:
See TracTickets
for help on using tickets.
Whoops, this is already reported: https://svn.boost.org/trac/boost/ticket/6947 Apologies for the dupe.
p.s. why can't I close a ticket that I opened?