forked from boostorg/range
[boost][range] - Updated begin/end to be protected against accidental ADL to improve compatibility with C++0x. Added any_range which adds type erasure support. Added a type_erased adaptor to utilise the any_range. Implemented the any_iterator using a small buffer optimization to avoid heap usage.
[SVN r67541]
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
<a name="range.reference.ranges.istream_range"></a><a class="link" href="istream_range.html" title="istream_range">istream_range</a>
|
||||
</h4></div></div></div>
|
||||
<a name="range.reference.ranges.istream_range.prototype"></a><h6>
|
||||
<a name="id776028"></a>
|
||||
<a name="id757067"></a>
|
||||
<a class="link" href="istream_range.html#range.reference.ranges.istream_range.prototype">Prototype</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -40,7 +40,7 @@
|
||||
<p>
|
||||
</p>
|
||||
<a name="range.reference.ranges.istream_range.description"></a><h6>
|
||||
<a name="id776244"></a>
|
||||
<a name="id757284"></a>
|
||||
<a class="link" href="istream_range.html#range.reference.ranges.istream_range.description">Description</a>
|
||||
</h6>
|
||||
<p>
|
||||
@ -49,7 +49,7 @@
|
||||
wrapping a <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">istream_iterator</span></code>.
|
||||
</p>
|
||||
<a name="range.reference.ranges.istream_range.definition"></a><h6>
|
||||
<a name="id776308"></a>
|
||||
<a name="id757348"></a>
|
||||
<a class="link" href="istream_range.html#range.reference.ranges.istream_range.definition">Definition</a>
|
||||
</h6>
|
||||
<p>
|
||||
|
Reference in New Issue
Block a user