Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r53478 - in trunk/libs: concept_check disjoint_sets
From: jewillco_at_[hidden]
Date: 2009-05-30 21:48:29


Author: jewillco
Date: 2009-05-30 21:48:28 EDT (Sat, 30 May 2009)
New Revision: 53478
URL: http://svn.boost.org/trac/boost/changeset/53478

Log:
Fixed more links to property_map
Text files modified:
   trunk/libs/concept_check/using_concept_check.htm | 4 ++--
   trunk/libs/disjoint_sets/disjoint_sets.html | 8 ++++----
   2 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/libs/concept_check/using_concept_check.htm
==============================================================================
--- trunk/libs/concept_check/using_concept_check.htm (original)
+++ trunk/libs/concept_check/using_concept_check.htm 2009-05-30 21:48:28 EDT (Sat, 30 May 2009)
@@ -32,7 +32,7 @@
   complete list. In addition, other boost libraries come with concept
   checking classes for the concepts that are particular to those libraries.
   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
   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
@@ -136,7 +136,7 @@
   corresponding concept checking class will have multiple template
   parameters. The following example shows how <tt>BOOST_CONCEPT_REQUIRES</tt>
   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
   for the map.</p>
   <pre>

Modified: trunk/libs/disjoint_sets/disjoint_sets.html
==============================================================================
--- trunk/libs/disjoint_sets/disjoint_sets.html (original)
+++ trunk/libs/disjoint_sets/disjoint_sets.html 2009-05-30 21:48:28 EDT (Sat, 30 May 2009)
@@ -40,7 +40,7 @@
       <td><tt>Rank</tt></td>
 
       <td>must be a model of <a href=
- "../property_map/ReadWritePropertyMap.html">ReadWritePropertyMap</a>
+ "../property_map/doc/ReadWritePropertyMap.html">ReadWritePropertyMap</a>
       with an integer value type and a key type equal to the set's element
       type.</td>
     </tr>
@@ -49,7 +49,7 @@
       <td><tt>Parent</tt></td>
 
       <td>must be a model of <a href=
- "../property_map/ReadWritePropertyMap.html">ReadWritePropertyMap</a>
+ "../property_map/doc/ReadWritePropertyMap.html">ReadWritePropertyMap</a>
       and the key and value type the same as the set's element type.</td>
     </tr>
 
@@ -202,7 +202,7 @@
       <td><tt>ID</tt></td>
 
       <td>must be a model of <a href=
- "../property_map/ReadablePropertyMap.html">ReadablePropertyMap</a> that
+ "../property_map/doc/ReadablePropertyMap.html">ReadablePropertyMap</a> that
       maps elements to integers between zero 0 and N, the total number of
       elements in the sets.</td>
 
@@ -213,7 +213,7 @@
       <td><tt>InverseID</tt></td>
 
       <td>must be a model of <a href=
- "../property_map/ReadablePropertyMap.html">ReadablePropertyMap</a> that
+ "../property_map/doc/ReadablePropertyMap.html">ReadablePropertyMap</a> that
       maps integers to elements.</td>
 
       <td><tt>boost::identity_property_map</tt></td>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk