$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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