id summary reporter owner description type status milestone component version severity resolution keywords cc 12982 Missing header in uBLAS files? paul.wambergue@… Gunter "When building code using the boost library I received two error messages saying {{{#!python /usr/local/include/boost/numeric/ublas/storage.hpp:301:33: error: no member named 'make_array' in namespace 'boost::serialization' }}} and {{{#!python /usr/local/include/boost/numeric/ublas/matrix.hpp:5979:33: error: no member named 'make_array' in namespace 'boost::serialization' }}} So I decided to add the line {{{#!c++ #include }}} in both the files '''boost/numeric/ublas/storage.hpp''' and '''boost/numeric/ublas/matrix.hpp''' Now my code is building properly! Does this mean a line is missing in the source code of ublas? I would be really surprised." Bugs new To Be Determined uBLAS Boost Development Trunk Problem roel@…