xlnt/source
Crzyrndm 098b0d8044 cell_iterator - rule of 5/0
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 to assignment (which was defaulted already) in favour of defaulted copy ctor
- added defaulted move assignment/ctor and destructor
2018-06-18 22:38:27 +12:00
..
cell implement abspath and archid flags, fixes some serialization problems 2018-05-28 23:13:57 -04:00
detail implement abspath and archid flags, fixes some serialization problems 2018-05-28 23:13:57 -04:00
packaging implement sheetFormatPr, x14ac:dyDescent, reordering workbook rels so sheets come first after insertions 2018-01-26 14:32:00 -05:00
styles work on round-tripping for #230 2018-04-24 17:58:17 -04:00
utils copyright year bump (2018) 2018-01-22 09:38:48 -05:00
workbook implement abspath and archid flags, fixes some serialization problems 2018-05-28 23:13:57 -04:00
worksheet cell_iterator - rule of 5/0 2018-06-18 22:38:27 +12:00
CMakeLists.txt add option to enable linking with static C runtime when compiling with MSVC, #214 2017-09-13 10:20:51 -04:00