Skip to content

The code examples in README.md are outdated #5

@fbenedetti

Description

@fbenedetti

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions