id summary reporter owner description type status milestone component version severity resolution keywords cc 9915 Documentation issues regarding vector constructors and resize methods - value/default initialization Adam Romanek Ion Gaztañaga "As for Boost 1.54: The documentation of boost::container::vector::resize(size_type) says the elements are default constructed. The same applies to the respective constructor: boost::container::vector(size_type n). Seems that the implementation is different - the new elements are value-initialized, just as it is defined for the std::vector in C++11. As for Boost 1.55: The documentation of boost::container::resize(size_type new_size, default_init_t) says the new elements are value initialized, where it should say they are default initialized. Note that the documentation of the respective constructor is correct and says the elements are default constructed." Bugs closed Boost 1.56.0 container Boost 1.55.0 Problem fixed vector, documentation