Boost logo

Boost :

Subject: [boost] [range] sub_range of istream_range
From: Andrew Hundt (athundt_at_[hidden])
Date: 2016-09-25 20:02:13


I’m trying to iterate through a file using sub_ranges of an istream_range
of an ifstream.

However, it seems if I construct sub ranges of various subsets of the full
istream_range, try to adjust the limits with advance_begin and advance_end,
and then access them I get null dereferences. Any thoughts? I can produce
an example if needed.

Cheers!
Andrew Hundt


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk