Both C++11 and C++14, in their index, have their entry for "undefined behavior" pointing to the section [istreambuf.iterator]. I'm told the issue persists as late as N4140, though I don't have a copy of that myself.
As far as I can see, there is no obvious reason for this, and C++03's entry pointed to [defns.undefined].
Both C++11 and C++14, in their index, have their entry for "undefined behavior" pointing to the section
[istreambuf.iterator]. I'm told the issue persists as late as N4140, though I don't have a copy of that myself.As far as I can see, there is no obvious reason for this, and C++03's entry pointed to
[defns.undefined].