id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4637,"An extra scoped_array(n) constructor, please!",niels_dekker,Peter Dimov,"When I construct a non-empty ''scoped_array'', I currently need to specify the type ''my_type'' twice: {{{ boost::scoped_array a( new my_type[n]() ); }}} Please consider supporting the following as an equivalent: {{{ boost::scoped_array a(n); }}} A patch to the trunk (scoped_array.hpp + smart_ptr_test.cpp) is hereby attached.",Feature Requests,new,To Be Determined,smart_ptr,Boost 1.44.0,Problem,,,