Jean-Marc Lasgouttes
2014-07-07 13:42:49 UTC
commit 0092b523c7d3c1735b6854bcbdb4e65ec782f092
Date: Sat Jul 5 11:44:13 2014 +0200
Fix Tabular::CellData::operator=()
Don't create an intermediate copy (found by Jean-Marc).
I doubt that this has anything to do with the mystery crash, but it works, and
following the standard patterns is better anyway.
Is there a reason for keeping CellData::swap now? What does it do thatDate: Sat Jul 5 11:44:13 2014 +0200
Fix Tabular::CellData::operator=()
Don't create an intermediate copy (found by Jean-Marc).
I doubt that this has anything to do with the mystery crash, but it works, and
following the standard patterns is better anyway.
std::swap(CellData&, CellData&) does not do?
JMarc