| 306 | // ////////////////////////////////////////////////////////////////// |
| 307 | |
| 308 | Reader::Reader() |
| 309 | : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), |
| 310 | lastValue_(), commentsBefore_(), features_(Features::all()), |
| 311 | collectComments_() {} |
| 312 | |
| 313 | Reader::Reader(const Features& features) |
| 314 | : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), |
nothing calls this directly
no outgoing calls
no test coverage detected