diff --git a/doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html b/doc/AppendixA-AnIntroductiontoPreprocessorMetaprogramming.html similarity index 100% rename from doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html rename to doc/AppendixA-AnIntroductiontoPreprocessorMetaprogramming.html diff --git a/doc/contents.html b/doc/contents.html index b9896c0..ad0c50c 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -8,7 +8,7 @@ -

Introduction

Topics

diff --git a/doc/title.html b/doc/title.html index a39bb7c..ea7871e 100644 --- a/doc/title.html +++ b/doc/title.html @@ -12,7 +12,7 @@ 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. This excerpt contains a basic introduction to the Preprocessor library and preprocessor metaprogramming which may help users new to the library and