forked from boostorg/concept_check
Fixed more links to property_map.
Merged revisions 53478 via svnmerge from https://svn.boost.org/svn/boost/trunk ........ r53478 | jewillco | 2009-05-31 02:48:28 +0100 (Sun, 31 May 2009) | 1 line Fixed more links to property_map ........ [SVN r56569]
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
complete list. In addition, other boost libraries come with concept
|
complete list. In addition, other boost libraries come with concept
|
||||||
checking classes for the concepts that are particular to those libraries.
|
checking classes for the concepts that are particular to those libraries.
|
||||||
For example, there are <a href="../graph/doc/graph_concepts.html">graph
|
For example, there are <a href="../graph/doc/graph_concepts.html">graph
|
||||||
concepts</a> and <a href="../property_map/property_map.html">property map
|
concepts</a> and <a href="../property_map/doc/property_map.html">property map
|
||||||
concepts</a>. Also, whenever <b>anyone</b> writing function templates needs
|
concepts</a>. Also, whenever <b>anyone</b> writing function templates needs
|
||||||
to express requirements that are not yet stated by an existing concept, a
|
to express requirements that are not yet stated by an existing concept, a
|
||||||
new concept checking class should be created. How to do this is explained
|
new concept checking class should be created. How to do this is explained
|
||||||
@@ -136,7 +136,7 @@ BOOST_CONCEPT_REQUIRES(
|
|||||||
corresponding concept checking class will have multiple template
|
corresponding concept checking class will have multiple template
|
||||||
parameters. The following example shows how <tt>BOOST_CONCEPT_REQUIRES</tt>
|
parameters. The following example shows how <tt>BOOST_CONCEPT_REQUIRES</tt>
|
||||||
is used with the <a href=
|
is used with the <a href=
|
||||||
"../property_map/ReadWritePropertyMap.html">ReadWritePropertyMap</a>
|
"../property_map/doc/ReadWritePropertyMap.html">ReadWritePropertyMap</a>
|
||||||
concept, which takes two type parameters: a property map and the key type
|
concept, which takes two type parameters: a property map and the key type
|
||||||
for the map.</p>
|
for the map.</p>
|
||||||
<pre>
|
<pre>
|
||||||
|
Reference in New Issue
Block a user