From 58cf4ccba9e1e9b609e7c792466ae22d7a77024a Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Thu, 5 Dec 2013 17:28:42 -0500 Subject: [PATCH] Updated title explanation about Boost PP usability. --- doc/title.html | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/doc/title.html b/doc/title.html index b3dce75..9d97712 100644 --- a/doc/title.html +++ b/doc/title.html @@ -1,22 +1,25 @@ - - title.html - - - -

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. -
- - - - + + title.html + + + +

Introduction

+
The Boost Preprocessing library is a library of macros, with support + for preprocessor metaprogramming. The library supports both C++ and C + compilation. It does not depend on any other Boost libraries and therefore + may be used as a standalone library.
+
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. +
+ +