id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2172,dynamic_bitset constructor problem,rick68@…,Gennaro Prota,"Two constiructors in dynamic_bitset: ============================================ dynamic_bitset(size_type num_bits, unsigned long value = 0, const Allocator& alloc = Allocator()) and template dynamic_bitset(BlockInputIterator first, BlockInputIterator last, const Allocator& alloc = Allocator()) ============================================ If I want to create dynamic_bitset object with 8 bits and default value 0x07 (""dynamic_bitset(8, 0x07)""), that will use second constructor, not first. ",Feature Requests,closed,Boost 1.37.0,dynamic_bitset,Boost 1.35.0,Problem,fixed,constructor dispatch iterator InputIterator overload size_type integral integer,gennaro.prota@…