> It wouldn't be awful, but we do not want to allow assignments to these
> things. That's why that's there, and undefined.
> 
> Riki


> Is not your patch like:
> 
> InsetTableCell::InsetTableCell(InsetTableCell const & in) = default;
> 
> Or I am in the wrong standard?
> -- 
> José Abílio


If assignments should be forbidden, this will be better:

InsetTableCell::InsetTableCell(InsetTableCell const & in) = delete;


Yuriy
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to