In the "Quick Start" section, this lines fail to compile:
// Initialize reader
CSVReader *reader = csv_reader_init_with_config(&arena, config);
The method csv_reader_init_with_config() now takes 3 parameters, the first 2 being pointers to Arena class. What is the difference between the persistent and the temporary arena?
In the "Quick Start" section, this lines fail to compile:
The method csv_reader_init_with_config() now takes 3 parameters, the first 2 being pointers to Arena class. What is the difference between the persistent and the temporary arena?