Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CSV Parser 2.2.2 source code.tar.gz | 2024-05-20 | 235.5 kB | |
CSV Parser 2.2.2 source code.zip | 2024-05-20 | 272.3 kB | |
README.md | 2024-05-20 | 751 Bytes | |
Totals: 3 Items | 508.6 kB | 0 |
What's Changed
- Allow parsing of numbers that begin with
+
, fixing [#213] - Fix compiler warnings in g++ from using
abs
and intry_parse_hex()
https://github.com/vincentlaucsb/csv-parser/pull/227 - Fix invalid memory access issue in g++ builds https://github.com/vincentlaucsb/csv-parser/pull/228
- Issue was caused when using
CSVField
methods in conjunction withCSVRow
reverse iterators - CMake options to disable programs building by @BaptisteLemarcis in https://github.com/vincentlaucsb/csv-parser/pull/148
New Contributors
- @BaptisteLemarcis made their first contribution in https://github.com/vincentlaucsb/csv-parser/pull/148
Full Changelog: https://github.com/vincentlaucsb/csv-parser/compare/2.2.1...2.2.2