diff --git a/doc/Appendix A   An Introduction to Preprocessor Metaprogramming.html b/doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html similarity index 99% rename from doc/Appendix A   An Introduction to Preprocessor Metaprogramming.html rename to doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html index c713012..73be306 100644 --- a/doc/Appendix A   An Introduction to Preprocessor Metaprogramming.html +++ b/doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html @@ -5,7 +5,7 @@ - Appendix A   An Introduction to Preprocessor Metaprogramming + Appendix A - An Introduction to Preprocessor Metaprogramming
-

Appendix A   An Introduction to Preprocessor +

Appendix A - An Introduction to Preprocessor Metaprogramming

@@ -2491,4 +2491,4 @@ Although the formulation above will work, it does unnecessary workwhen ``n == 0` \ No newline at end of file + ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)).--> diff --git a/doc/contents.html b/doc/contents.html index 8589eea..b9896c0 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 fb2e101..a39bb7c 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