mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
1e66824af0
For rule of 5/0, where no implementation is required, all 5 operations have been declared as defaulted. This is less likely to forget definitions for all 5 if required - removed forwarding of copy ctor to assignment (which was defaulted already) in favour of defaulted copy ctor - added defaulted move assignment/ctor and destructor |
||
---|---|---|
.. | ||
cell_iterator.cpp | ||
cell_vector.cpp | ||
header_footer.cpp | ||
page_margins.cpp | ||
page_setup.cpp | ||
phonetic_pr.cpp | ||
range_iterator.cpp | ||
range_reference.cpp | ||
range.cpp | ||
sheet_protection.cpp | ||
worksheet.cpp |