#include #include int main(int argc, char** argv) { typedef boost::multi_array array_type; array_type x(boost::extents[3]); return 0; }