vincentlaucsb / csv-parser

A high-performance, fully-featured CSV parser and serializer for modern C++.
MIT License
864 stars 144 forks source link

try_parse_hex() has some issues #200

Closed roussec closed 1 month ago

roussec commented 2 years ago

The following produces compiler warnings:

vincentlaucsb commented 1 month ago

Fixed by #227. Thanks for the report.