Skip to content

CSV Parser 2.2.2

Compare
Choose a tag to compare
@vincentlaucsb vincentlaucsb released this 20 May 03:52
· 14 commits to master since this release
84c1db1

What's Changed

  • Allow parsing of numbers that begin with +, fixing #213
  • Fix compiler warnings in g++ from using abs and in try_parse_hex() #227
  • Fix invalid memory access issue in g++ builds #228
    • Issue was caused when using CSVField methods in conjunction with CSVRow reverse iterators
  • CMake options to disable programs building by @BaptisteLemarcis in #148

New Contributors

Full Changelog: 2.2.1...2.2.2