From 7346503b966dc3681063d126f0b0e6c54d0a841b Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Thu, 27 Oct 2011 02:10:02 +0000 Subject: [PATCH] Update link to the C++ Template Metaprogramming book Appendix A online. [SVN r75126] --- doc/title.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/title.html b/doc/title.html index cf447e4..b3dce75 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.