id summary reporter owner description type status milestone component version severity resolution keywords cc 3820 MultiArray reference manual: please replace std::times by std::multiplies niels_dekker Ronald Garcia "http://www.boost.org/doc/libs/1_41_0/libs/multi_array/doc/reference.html uses std::times to express the first precondition of {{{reshape}}}: {{{ std::accumulate(sizes.begin(),sizes.end(),size_type(1),std::times()) == this->num_elements(); }}} {{{std::times}}} is non-standard, please use {{{std::multiplies}}} instead." Bugs closed Boost 1.42.0 multi_array Boost 1.41.0 Problem fixed