boostorg / dynamic_bitset

Boost.org dynamic_bitset module
http://boost.org/libs/dynamic_bitset
Boost Software License 1.0
38 stars 59 forks source link

Make default constructor non-explicit #48

Closed kariya-mitsuru closed 5 years ago

kariya-mitsuru commented 5 years ago

IMHO, it is better to support copy-initialization with default constructor.

cf. LWG Issue 2193. Default constructors for standard library containers are explicit link: https://wg21.cmeerw.net/lwg/issue2193

glenfe commented 5 years ago

@kariya-mitsuru Thank you for the contribution.

kariya-mitsuru commented 5 years ago

Thank you for your quick response!