xlnt/source
Crzyrndm 91d298abd4 worksheet_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 ctor to assignment (which was defaulted already) in favour of defaulted copy ctor
- added defaulted move assignment/ctor and destructor

Changed workbook reference to a pointer to allow tests to compile (reference isn't rebindable so defaulted assignment is equivalent to deleted)
2018-06-18 22:38:37 +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 worksheet_iterator - rule of 5/0 2018-06-18 22:38:37 +12:00
worksheet Revert "cell iterator - add operator->" 2018-06-18 22:38:34 +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