From 1435184186004edc0507b50fb6144408d7553667 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Sat, 9 Dec 2000 15:44:48 +0000 Subject: [PATCH] fixed some links, added Beman's name as review manager [SVN r8418] --- bibliography.htm | 2 +- concept_check.htm | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/bibliography.htm b/bibliography.htm index 554a3a5..9aa958d 100644 --- a/bibliography.htm +++ b/bibliography.htm @@ -63,7 +63,7 @@ A. A. Stepanov and M. Lee
Copyright © 2000 -Jeremy Siek, Univ.of Notre Dame (jsiek@lsc.nd.edu) +Jeremy Siek, Univ.of Notre Dame (jsiek@lsc.nd.edu)
diff --git a/concept_check.htm b/concept_check.htm index 0f6a698..5ef280b 100644 --- a/concept_check.htm +++ b/concept_check.htm @@ -19,12 +19,14 @@
-

+

The Boost Concept Checking Library (BCCL)

+ +

header boost/concept_check.hpp and boost/concept_archetype.hpp -

+

Generic programming in C++ is characterized by the use of template @@ -34,7 +36,7 @@ explicitly handling concepts. As a result, it can be difficult to insure that a concrete type meets the requirements of the concept it is supposed to represent. Error messages resulting from incorrect use of a concrete type can be particularly difficult to decipher. The -Boost Concept Checking Library (BCCL) provides mechanisms for checking +Boost Concept Checking Library provides mechanisms for checking parameters in C++ template libraries. The mechanisms use standard C++ and introduce no run-time overhead. The main cost of using the mechanism is in compile-time. @@ -56,8 +58,9 @@ The documentation is organized into the following sections.

-Jeremy Siek -contributed this library. X managed the formal review. +Jeremy Siek contributed +this library. Beman Dawes +managed the formal review.

Introduction