id summary reporter owner description type status milestone component version severity resolution keywords cc 3581 MultiArray storage order example incorrect for fortran_storage_ordering Rhys Ulerich Ronald Garcia "In the [http://www.boost.org/doc/libs/1_40_0/libs/multi_array/doc/user.html#sec_storage boost::fortran_storage_order example] there may be a missing set of parens. I think {{{ array_type A(boost::extents[3][4][2],boost::fortran_storage_order); }}} should become {{{ array_type A(boost::extents[3][4][2],boost::fortran_storage_order()); }}} based on the constructor {{{ explicit multi_array(const ExtentList& sizes, const storage_order_type& store = c_storage_order(), const Allocator& alloc = Allocator()); }}} and some first hand compilation error experience. " Bugs closed To Be Determined multi_array Boost 1.40.0 Problem fixed