Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56569 - in branches/release: . boost/fusion boost/graph libs/concept_check libs/disjoint_sets libs/fusion libs/mpl/doc/refmanual libs/mpl/doc/src/refmanual status tools/regression
From: daniel_james_at_[hidden]
Date: 2009-10-04 06:31:48


Author: danieljames
Date: 2009-10-04 06:31:47 EDT (Sun, 04 Oct 2009)
New Revision: 56569
URL: http://svn.boost.org/trac/boost/changeset/56569

Log:
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
........

Properties modified:
   branches/release/ (props changed)
   branches/release/boost/fusion/ (props changed)
   branches/release/boost/graph/ (props changed)
   branches/release/libs/fusion/ (props changed)
   branches/release/libs/mpl/doc/refmanual/broken-compiler-workarounds.html (props changed)
   branches/release/libs/mpl/doc/refmanual/categorized-index-concepts.html (props changed)
   branches/release/libs/mpl/doc/refmanual/cfg-no-preprocessed-headers.html (props changed)
   branches/release/libs/mpl/doc/refmanual/composition-and-argument-binding.html (props changed)
   branches/release/libs/mpl/doc/refmanual/data-types-concepts.html (props changed)
   branches/release/libs/mpl/doc/refmanual/data-types-miscellaneous.html (props changed)
   branches/release/libs/mpl/doc/refmanual/extensible-associative-sequence.html (props changed)
   branches/release/libs/mpl/doc/refmanual/inserter-class.html (props changed)
   branches/release/libs/mpl/doc/refmanual/tag-dispatched-metafunction.html (props changed)
   branches/release/libs/mpl/doc/refmanual/trivial-metafunctions-summary.html (props changed)
   branches/release/libs/mpl/doc/src/refmanual/Iterators-Iterator.rst (props changed)
   branches/release/status/ (props changed)
   branches/release/tools/regression/ (props changed)
Text files modified:
   branches/release/libs/concept_check/using_concept_check.htm | 4 ++--
   branches/release/libs/disjoint_sets/disjoint_sets.html | 8 ++++----
   2 files changed, 6 insertions(+), 6 deletions(-)

Modified: branches/release/libs/concept_check/using_concept_check.htm
==============================================================================
--- branches/release/libs/concept_check/using_concept_check.htm (original)
+++ branches/release/libs/concept_check/using_concept_check.htm 2009-10-04 06:31:47 EDT (Sun, 04 Oct 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: branches/release/libs/disjoint_sets/disjoint_sets.html
==============================================================================
--- branches/release/libs/disjoint_sets/disjoint_sets.html (original)
+++ branches/release/libs/disjoint_sets/disjoint_sets.html 2009-10-04 06:31:47 EDT (Sun, 04 Oct 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