From 199cb1692b7b389733571ae6a2cd43faed5594fa Mon Sep 17 00:00:00 2001
From: Daniel James
Date: Sun, 4 Oct 2009 10:31:47 +0000
Subject: [PATCH] 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]
---
using_concept_check.htm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/using_concept_check.htm b/using_concept_check.htm
index ba75282..2d08db2 100644
--- a/using_concept_check.htm
+++ b/using_concept_check.htm
@@ -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 graph
- concepts and property map
+ concepts and property map
concepts. Also, whenever anyone 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 @@ BOOST_CONCEPT_REQUIRES(
corresponding concept checking class will have multiple template
parameters. The following example shows how BOOST_CONCEPT_REQUIRES
is used with the ReadWritePropertyMap
+ "../property_map/doc/ReadWritePropertyMap.html">ReadWritePropertyMap
concept, which takes two type parameters: a property map and the key type
for the map.