You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for the exception (message), rapidcsv uses original / underlying c++ standard library exceptions where applicable. So you would get the same exception if you would do something like this:
I was also trying Vince's CSV Parser (https://github.com/vincentlaucsb/csv-parser) and he catches this exception and rethrows it with a more meaningful message. Just an idea. Not a big problem. :-)
This test program:
with this
ex.csv
file:and this
CMakeLists.txt
:on Ubuntu 22.04.2 with gcc 11.3 or gcc 12.1, produces this exception:
The text was updated successfully, but these errors were encountered: