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
When the input file is empty (size 0), I expect a zero length output.
if (csv.mmap(fileName)) {
for (const auto row : csv) // should not loop
but I get the following error
libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: Invalid argument fish: Job 1, '../bin/mp20_client.exe -in 0....' terminated by signal SIGABRT (Abort)
The text was updated successfully, but these errors were encountered:
I use csv.mmap(filename) to read csv file.
When the input file is empty (size 0), I expect a zero length output.
but I get the following error
libc++abi.dylib: terminating with uncaught exception of type std::__1::system_error: Invalid argument fish: Job 1, '../bin/mp20_client.exe -in 0....' terminated by signal SIGABRT (Abort)
The text was updated successfully, but these errors were encountered: