From 0b8615f1be8c1e8de9350ab3b9e4e3fb08acca1f Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 26 Aug 2004 12:50:05 +0000 Subject: [PATCH] tweak url [SVN r24755] --- doc/contents.html | 2 +- doc/title.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contents.html b/doc/contents.html index 0c0ae21..9a52892 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -8,7 +8,7 @@ -

Introduction

+

Introduction

Topics

Terminology

Data Types

diff --git a/doc/title.html b/doc/title.html index e83b468..f0408d9 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.