On Wed, Feb 21, 2007 at 10:43:26PM +0100, Andre Poenitz wrote:
> + } else {
> + // create MathMacroArgumentValue object pointing to the cells
> of the macro
> + vector<MathArray> values(nargs());
> + for(size_t i = 0; i != nargs(); ++i) {
And that's of course
> + for (size_t i = 0; i != nargs(); ++i) {
> + MathMacroArgumentValue value(const_cast<MathArray
> *>(&cells_[i]));
> + values[i].insert(0, MathAtom(value.clone().release()));
This is a very stange construct...
Andre'
