From c87563b609c3349aa9139f2a89c749bf76331093 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 12 Feb 2001 18:37:48 +0000 Subject: [PATCH] Added link, fixed background [SVN r9164] --- more/generic_programming.html | 3 +-- more/index.htm | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/more/generic_programming.html b/more/generic_programming.html index 88fe04bf20..acd7b70fb3 100644 --- a/more/generic_programming.html +++ b/more/generic_programming.html @@ -285,8 +285,7 @@ void append_sequence(Container& c, Iterator start, Iterator finish)

Revised - 11 - Feb 2001 + 12 Feb 2001

© Copyright David Abrahams 2001. Permission to copy, use, modify, diff --git a/more/index.htm b/more/index.htm index 0d0dd49d0b..e7affcf78d 100644 --- a/more/index.htm +++ b/more/index.htm @@ -59,6 +59,9 @@ other headers each boost header includes.

Henney is must reading for those interested in reference counting, a widely used object management idiom.  Originally published in Overload magazine.

+

Generic Programming Techniques + by David Abrahams describes some of + the techniques used in Boost libraries.

Feature Model Diagrams in text and HTML describes how to represent feature model diagrams in text form.

Portability Hints: Borland C++ 5.5.1 @@ -76,7 +79,7 @@ other headers each boost header includes.

 


-

Revised 05 February, 2001

+

Revised 12 February, 2001