vincentlaucsb / csv-parser

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

Pre Decrement not defined #192

Closed rtolsma closed 1 month ago

rtolsma commented 2 years ago

https://github.com/vincentlaucsb/csv-parser/blob/f65b6a72ece010f0bee7cfb3ef91b0e07f14eabc/single_include/csv.hpp#L6286

Method for decrement is declared here, but the implementation does not seem to actually be defined anywhere, which results in a link error.

vincentlaucsb commented 1 month ago

Thanks for your report. This was removed in the latest version.