CSV Parser 2.2.2
What's Changed
- Allow parsing of numbers that begin with
+
, fixing #213 - Fix compiler warnings in g++ from using
abs
and intry_parse_hex()
#227 - Fix invalid memory access issue in g++ builds #228
- Issue was caused when using
CSVField
methods in conjunction withCSVRow
reverse iterators
- Issue was caused when using
- CMake options to disable programs building by @BaptisteLemarcis in #148
New Contributors
- @BaptisteLemarcis made their first contribution in #148
Full Changelog: 2.2.1...2.2.2