Commit 950456e 1 parent 7255e79 commit 950456e Copy full SHA for 950456e
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ struct opts {
818
818
// allowed in binary, e.g. double -> float
819
819
820
820
bool partial_read =
821
- false; // Reads into only existing fields and elements and then exits without parsing the rest of the input
821
+ false; // Reads into the deepest structural object and then exits without parsing the rest of the input
822
822
823
823
// glaze_object_t concepts
824
824
bool concatenate = true; // Concatenates ranges of std::pair into single objects when writing
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ namespace glz
90
90
// allowed in binary, e.g. double -> float
91
91
92
92
bool_t partial_read =
93
- false ; // Reads into only existing fields and elements and then exits without parsing the rest of the input
93
+ false ; // Reads into the deepest structural object and then exits without parsing the rest of the input
94
94
95
95
// glaze_object_t concepts
96
96
bool_t concatenate = true ; // Concatenates ranges of std::pair into single objects when writing
You can’t perform that action at this time.
0 commit comments