> /usr/include/g++-2/stl_vector.h:113: instantiated from `vector<unsigned
> char,__default_alloc_template<true,0> >::vector<int>(int, int)'
> array.C:25: instantiated from here
> /usr/include/g++-2/stl_iterator.h:126: confused by earlier errors, bailing out
> make[3]: *** [array.lo] Error 1
g++-2/stl_vector.h
It seems to choose the wrong constructor...
Try
MathedArray::MathedArray()
: last_(0), bf_(1)
{
bf_.resize(1);
}
Andre'
--
André Pönitz ........................................ [EMAIL PROTECTED]