diff --git a/generic_programming.html b/generic_programming.html index 88fe04b..acd7b70 100644 --- a/generic_programming.html +++ b/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/index.htm b/index.htm index 0d0dd49..e7affcf 100644 --- a/index.htm +++ b/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