id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1852,copy constructor does not copy capacity,Stjepan Rajko,Jan Gaspar,"After looking at the code, the following behavior looks like a bug: boost::circular_buffer one(3); boost::circular_buffer two(one); std::cout<