From ca22bbe527b84f569cf78b0a9d5983223502d9a5 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 4 Sep 2005 10:47:56 +0000 Subject: [PATCH] Fixed typos, condensed verbosity [SVN r30798] --- generic_programming.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/generic_programming.html b/generic_programming.html index 4006655..23a1241 100644 --- a/generic_programming.html +++ b/generic_programming.html @@ -141,10 +141,10 @@ int main()

Anatomy of a Concept

- A concept is a set requirements, where the requirements - consist of valid expressions, associated types, invariants, and - complexity guarantees. A type that satisfies the set of requirements is - said to model the concept. A concept can extend the + A concept is a set of requirements + consisting of valid expressions, associated types, invariants, and + complexity guarantees. A type that satisfies the requirements is + said to model the concept. A concept can extend the requirements of another concept, which is called refinement.