Skip to content

CSVWriter and CSVField::get<>() Improvements

Compare
Choose a tag to compare
@vincentlaucsb vincentlaucsb released this 26 May 22:35
· 113 commits to master since this release
fad938f
  • Integrated Hedley library
    • Possible performance increase on older compilers due to use of restrict, pure, etc.
  • Better handling of integer types with get()
    • get<>() is now supported for all signed integer types
    • Removed complications regarding the (mostly) useless long int type
  • CSVWriter now accepts deque<string> and list<string> as inputs
  • Updated Catch to latest version
    • Refactored unit tests