From 478bb6e10ecf5415c8f02d2305dabb9d3ebfac9a Mon Sep 17 00:00:00 2001 From: Thomas Kent Date: Fri, 14 Aug 2015 17:39:42 -0500 Subject: [PATCH] Removed weird unicode character from filename and links --- ...A - An Introduction to Preprocessor Metaprogramming.html | 6 +++--- doc/contents.html | 2 +- doc/title.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename "doc/Appendix A \302\240 An Introduction to Preprocessor Metaprogramming.html" => doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html (99%) diff --git "a/doc/Appendix A \302\240 An Introduction to Preprocessor Metaprogramming.html" b/doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html similarity index 99% rename from "doc/Appendix A \302\240 An Introduction to Preprocessor Metaprogramming.html" rename to doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html index c7130128e..73be30699 100644 --- "a/doc/Appendix A \302\240 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 @@

A.5   Exercise

\ 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 8589eea97..b9896c062 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 fb2e10103..a39bb7cf5 100644 --- a/doc/title.html +++ b/doc/title.html @@ -12,7 +12,7 @@

Introduction

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