xlnt/source
Crzyrndm 1e66824af0 range_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
2018-07-10 12:40:44 +12:00
..
cell Cleanup from review 2018-06-26 20:32:59 +12:00
detail Cleanup from review 2018-06-26 20:32:59 +12:00
packaging Cleanup 2018-06-25 23:17:21 +12:00
styles Cleanup from review 2018-06-26 20:32:59 +12: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 range_iterator - rule of 5/0 2018-07-10 12:40:44 +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