Skip to content

Commit

Permalink
add csv_reader_tests to CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 26, 2024
1 parent fa0e5ca commit 3cca367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/jsoncons_ext/csv/csv_parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ class basic_csv_parser : public ser_context, public virtual basic_parser_input<C

basic_csv_parser(const basic_csv_decode_options<CharT>& options,
const TempAllocator& alloc = TempAllocator())
: basic_csv_parser(&chk_rdr_,options, options, alloc)
: basic_csv_parser(&chk_rdr_, options, default_csv_parsing(), alloc)
{
}

Expand Down

0 comments on commit 3cca367

Please sign in to comment.