From deea7c6a589b82d7ec211857e91b0040f31d3919 Mon Sep 17 00:00:00 2001
From: Jeremiah Willcock
Date: Sun, 31 May 2009 01:48:28 +0000
Subject: [PATCH] Fixed more links to property_map
[SVN r53478]
---
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.