Skip to content

Commit

Permalink
csv_encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Jan 23, 2025
1 parent cc2b5dd commit 0397c7e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/jsoncons_ext/csv/csv_encoder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,13 @@ class basic_csv_encoder final : public basic_json_visitor<CharT>
neginf_to_str_(options.neginf_to_str()),
alloc_(alloc),
fp_(options.float_format(), options.precision()),
column_names_(alloc),
column_paths_(alloc),
column_path_name_map_(alloc),
column_path_value_map_(alloc),
column_path_column_map_(alloc),
buffer_(alloc),
value_buffer_(alloc),
column_path_column_map_(alloc),
column_it_(column_path_column_map_.end())
{
if (has_column_mapping_)
Expand Down

0 comments on commit 0397c7e

Please sign in to comment.