Boost logo

Boost Users :

From: Clift Norris (yg-boost-users_at_[hidden])
Date: 2002-10-30 11:27:34


Greetings:
I'm using VC7 and boost_1_29_0 to compile this code
that is using multi_array.hpp.

typedef boost::multi_array<double, 4> theta4_t;
typedef theta4_t::index index;
theta4_t Theta_Trun( boost::extents[10000][2][10][256] );

I'm receiving this error:
"fatal error C1067: compiler limit: debug information module size exceeded"

Of course, the code compiles fine using the "Release" configuration,
but I need the "Debug" one also.
Is there a workaround for this, other than the 'make your variables shorter'
suggested in the VC7 documentation?

Thanks,
-Clift


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net