Alfredo Braunstein wrote:
Jean-Marc Lasgouttes wrote:
Wouldn't it be safer to define a Tabular::operator= and update the
pointers there? Or it is that I do not know what I am talking about?
This would be it.
Why do you define operator=() ? Implementing the copy ctor is sufficent
AFAIK.
Do I feel more comfortable? Not much, as now one has to
remember to add a member variable to this list (and hopefully I didn't miss
one in the first place). What do you think?
That Tabular should be merged with InsetTabular. Or at least that
cell_info si transfered to InsetTabular; then you won't even need to
define this copy ctor.
Abdel.