forked from boostorg/concept_check
small edit
[SVN r8439]
This commit is contained in:
@@ -69,8 +69,8 @@ The Boost Concept Checking Library provides:
|
|||||||
<li>A mechanism for inserting compile-time checks of template
|
<li>A mechanism for inserting compile-time checks of template
|
||||||
parameters.</li>
|
parameters.</li>
|
||||||
|
|
||||||
<li>A framework for specifying concept requirements though <i>concept
|
<li>A framework for specifying concept requirements though concept
|
||||||
checking classes</i>.</li>
|
checking classes.</li>
|
||||||
|
|
||||||
<li>Verify that concept requirements cover the template.</li>
|
<li>Verify that concept requirements cover the template.</li>
|
||||||
|
|
||||||
@@ -98,15 +98,15 @@ The documentation is organized into the following sections.
|
|||||||
<OL>
|
<OL>
|
||||||
<LI><a href="#introduction">Introduction</a></LI>
|
<LI><a href="#introduction">Introduction</a></LI>
|
||||||
<LI><a href="#motivating-example">Motivating Example</a></LI>
|
<LI><a href="#motivating-example">Motivating Example</a></LI>
|
||||||
|
<LI><a href="#history">History</a></LI>
|
||||||
|
<LI><a href="#publications">Publications</a></LI>
|
||||||
|
<LI><a href="#acknowledgements">Acknowledgements</a></LI>
|
||||||
<LI><a href="./using_concept_check.htm">Using Concept Checks</a></LI>
|
<LI><a href="./using_concept_check.htm">Using Concept Checks</a></LI>
|
||||||
<LI><a href="./creating_concept_checks.htm">Creating Concept Checking Classes</a></LI>
|
<LI><a href="./creating_concept_checks.htm">Creating Concept Checking Classes</a></LI>
|
||||||
<LI><a href="./concept_covering.htm">Concept Covering and Archetypes</a></LI>
|
<LI><a href="./concept_covering.htm">Concept Covering and Archetypes</a></LI>
|
||||||
<LI><a href="./prog_with_concepts.htm"">Programming With Concepts</a></LI>
|
<LI><a href="./prog_with_concepts.htm"">Programming With Concepts</a></LI>
|
||||||
<LI><a href="./implementation.htm">Implementation</a></LI>
|
<LI><a href="./implementation.htm">Implementation</a></LI>
|
||||||
<LI><a href="./reference.htm">Reference</a></LI>
|
<LI><a href="./reference.htm">Reference</a></LI>
|
||||||
<LI><a href="#history">History</a></LI>
|
|
||||||
<LI><a href="#publications">Publications</a></LI>
|
|
||||||
<LI><a href="#acknowledgements">Acknowledgements</a></LI>
|
|
||||||
</OL>
|
</OL>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Reference in New Issue
Block a user