Skip to content

Commit e6e7e68

Browse files
committed
csv cursor tests
1 parent eb0a3fc commit e6e7e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jsoncons_ext/csv/csv_cursor.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class basic_csv_cursor : public basic_staj_cursor<CharT>, private virtual ser_co
229229
{
230230
read_next(visitor, ec);
231231
}
232-
read_next(ec);
232+
//read_next(ec);
233233
}
234234

235235
void next() override

0 commit comments

Comments
 (0)