Replace shared_ptr<InputStream> in Reader class with a regular reference, the...
Replace shared_ptr<InputStream> in Reader class with a regular reference, the thing that calls reader can take care of the lifetime of the stream.
Showing
Please register or sign in to comment