[boost][range] - Update to relax preconditions for the strided adaptor, and numerous fixes to inspection report issues.

[SVN r67418]
This commit is contained in:
Neil Groves
2010-12-22 22:31:33 +00:00
parent 1ff26bc99b
commit 612cec17bb
286 changed files with 4007 additions and 1192 deletions

View File

@ -7,7 +7,7 @@
<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Range 2.0">
<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Range 2.0">
<link rel="prev" href="reference/extending/method_3/method_3_2.html" title="Method 3.2: Implement a Range Adaptor with arguments">
<link rel="next" href="library_headers.html" title="Library Headers">
<link rel="next" href="headers.html" title="Library Headers">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@ -20,11 +20,11 @@
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="reference/extending/method_3/method_3_2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="library_headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
<a accesskey="p" href="reference/extending/method_3/method_3_2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="range.style_guide"></a><a class="link" href="style_guide.html" title="Terminology and style guidelines"> Terminology and style guidelines</a>
<a name="range.style_guide"></a><a class="link" href="style_guide.html" title="Terminology and style guidelines">Terminology and style guidelines</a>
</h2></div></div></div>
<p>
The use of a consistent terminology is as important for <a class="link" href="concepts.html" title="Range Concepts">Ranges</a>
@ -39,41 +39,43 @@
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
<p class="simpara">
<span class="bold"><strong><span class="emphasis"><em>Value access</em></span></strong></span> category:
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
Readable Range
</li>
Readable Range
</li>
<li class="listitem">
Writeable Range
</li>
Writeable Range
</li>
<li class="listitem">
Swappable Range
</li>
Swappable Range
</li>
<li class="listitem">
Lvalue Range
</li>
Lvalue Range
</li>
</ul></div>
</li>
</li>
<li class="listitem">
<p class="simpara">
<span class="bold"><strong><span class="emphasis"><em>Traversal</em></span></strong></span> category:
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="circle">
<li class="listitem">
<a class="link" href="concepts/single_pass_range.html" title="Single Pass Range">Single Pass Range</a>
</li>
<a class="link" href="concepts/single_pass_range.html" title="Single Pass Range">Single Pass Range</a>
</li>
<li class="listitem">
<a class="link" href="concepts/forward_range.html" title="Forward Range">Forward Range</a>
</li>
<a class="link" href="concepts/forward_range.html" title="Forward Range">Forward Range</a>
</li>
<li class="listitem">
<a class="link" href="concepts/bidirectional_range.html" title="Bidirectional Range">Bidirectional
Range</a>
</li>
<a class="link" href="concepts/bidirectional_range.html" title="Bidirectional Range">Bidirectional Range</a>
</li>
<li class="listitem">
<a class="link" href="concepts/random_access_range.html" title="Random Access Range">Random Access
Range</a>
</li>
<a class="link" href="concepts/random_access_range.html" title="Random Access Range">Random Access Range</a>
</li>
</ul></div>
</li>
</li>
</ul></div>
<p>
Notice how we have used the categories from the <a href="../../../../../libs/iterator/doc/new-iter-concepts.html" target="_top">new
@ -145,7 +147,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="reference/extending/method_3/method_3_2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="library_headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
<a accesskey="p" href="reference/extending/method_3/method_3_2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>