id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2931,"boost/dynamic_bitset/dynamic_bitset.hpp fails to compile, seems to have a ) in the wrong place",anonymous,Gennaro Prota,"Around line 81, the code is: reference(block_type & b, block_type pos) :m_block(b), m_mask( (assert(pos < bits_per_block), block_type(1) << pos ) ) This fails to compile. Should it not instead be reference(block_type & b, block_type pos) :m_block(b), m_mask( (assert(pos < bits_per_block)), block_type(1) << pos ) As last time I checked, assert took exactly one parameter...",Bugs,closed,Boost 1.39.0,dynamic_bitset,Boost 1.38.0,Problem,invalid,,