Opened 10 years ago

Closed 10 years ago

#7466 closed Feature Requests (duplicate)

[C++11] Give dynamic_bitset a move constructor

Reported by: zeratul976@… 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).

Change History (2)

comment:1 by zeratul976@…, 10 years ago

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?

comment:2 by Marshall Clow, 10 years ago

Resolution: duplicate
Status: newclosed

I'll close it for you.

Note: See TracTickets for help on using tickets.