From d8c979c633ccd06fb17176698927f11aed739407 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Sun, 18 Jul 2004 20:15:36 +0000 Subject: [PATCH] *** empty log message *** [SVN r23734] --- doc/contents.html | 1 + doc/title.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/contents.html b/doc/contents.html index 0aae6e7..0c0ae21 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -8,6 +8,7 @@ +

Introduction

Topics

Terminology

Data Types

diff --git a/doc/title.html b/doc/title.html index d758e02..e83b468 100644 --- a/doc/title.html +++ b/doc/title.html @@ -6,7 +6,7 @@

Introduction

- An excerpt from C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond by Dave Abrahams and Aleksey Gurtovoy has been made available online. + An excerpt from C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond by Dave Abrahams and Aleksey Gurtovoy has been made available online. This excerpt contains a basic introduction to the Preprocessor library and preprocessor metaprogramming which may help users new to the library and users interested in seeing some of the facilities offered by the library.