| 254 | // ////////////////////////////////////////////////////////////////// |
| 255 | |
| 256 | Reader::Reader() |
| 257 | : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), |
| 258 | lastValue_(), commentsBefore_(), features_(Features::all()), |
| 259 | collectComments_() {} |
| 260 | |
| 261 | Reader::Reader(const Features &features) |
| 262 | : errors_(), document_(), begin_(), end_(), current_(), lastValueEnd_(), |
nothing calls this directly
no outgoing calls
no test coverage detected