id summary reporter owner description type status milestone component version severity resolution keywords cc 1234 unbounded_array copy constructor does not compile with intel v 9.1 heibel@… Gunter "Hi there, I just happened to stumble over a small issue when trying to compile ublas::unbounded_array with the Intel Compiler v9.1. A small example: {{{ typedef boost::numeric::ublas::vector > Vector4; Vector4 a; Vector4 b(a); // does not compile. }}} The problem is that the template parameters for std::copy operation within the unbounded_array can not be deduced. The first one is 'const float[4]', the second one is 'const float*' and the third one is 'float[4]'. By changing the _data access to using the provided iterator methods everything is working fine. Regards, Hauke" Bugs closed To Be Determined uBLAS Boost 1.34.1 Problem fixed