From 28b2809d9c1ff366608898ccebf5ef6f5dc26025 Mon Sep 17 00:00:00 2001 From: Paul Mensonides Date: Wed, 14 Jul 2004 22:37:27 +0000 Subject: [PATCH] news -> introduction [SVN r23563] --- doc/title.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/title.html b/doc/title.html index 117f31d..d758e02 100644 --- a/doc/title.html +++ b/doc/title.html @@ -4,7 +4,7 @@ -

News

+

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. 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.