From 132eb67cecdd2627591dedbd5525a60beb09c772 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Fri, 21 Aug 2015 16:38:12 -0400 Subject: [PATCH] Remove spaces in the filename for AppendixA. --- ... AppendixA-AnIntroductiontoPreprocessorMetaprogramming.html} | 0 doc/contents.html | 2 +- doc/title.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename doc/{Appendix A - An Introduction to Preprocessor Metaprogramming.html => AppendixA-AnIntroductiontoPreprocessorMetaprogramming.html} (100%) 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