Removed weird unicode character from filename and links

This commit is contained in:
Thomas Kent
2015-08-14 17:39:42 -05:00
parent 3f97464c27
commit 478bb6e10e
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="Docutils 0.3.8: http://docutils.sourceforge.net/" />
<title>Appendix A   An Introduction to Preprocessor Metaprogramming</title>
<title>Appendix A - An Introduction to Preprocessor Metaprogramming</title>
<meta name="copyright" content="From &quot;C++ Template Metaprogramming,&quot; by David Abrahams and Aleksey Gurtovoy. Copyright (c) 2005 by Pearson Education, Inc. Reprinted with permission." />
<style type="text/css">
@ -248,7 +248,7 @@ ul.auto-toc {
</style> </head>
<body><br />
<div class="document" id="preprocessor-title">
<h1 class="title">Appendix A   An Introduction to Preprocessor
<h1 class="title">Appendix A - An Introduction to Preprocessor
Metaprogramming</h1>
<table class="docinfo" frame="void" rules="none">
<colgroup><col class="docinfo-name" /> <col class="docinfo-content" />
@ -2491,4 +2491,4 @@ Although the formulation above will work, it does unnecessary workwhen ``n == 0`
</html>
<!--
FILE ARCHIVED ON 19:59:10 Mar 30, 2013 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 21:06:19 May 19, 2015. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)).-->
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)).-->

View File

@ -8,7 +8,7 @@
</style>
</head>
<body>
<h4><a href="Appendix%20A%20%C2%A0%20An%20Introduction%20to%20Preprocessor%20Metaprogramming.html"
<h4><a href="Appendix%20A%20-%20An%20Introduction%20to%20Preprocessor%20Metaprogramming.html"
target="_top">Introduction</a></h4>
<h4><a href="topics.html">Topics</a></h4>
<a href="topics.html">

View File

@ -12,7 +12,7 @@
may be used as a standalone library. </div>
<div> An excerpt from <i>C++ Template Metaprogramming: Concepts, Tools, and
Techniques from Boost and Beyond</i> by Dave Abrahams and Aleksey
Gurtovoy has been made <a href="Appendix%20A%20%C2%A0%20An%20Introduction%20to%20Preprocessor%20Metaprogramming.html"
Gurtovoy has been made <a href="Appendix%20A%20-%20An%20Introduction%20to%20Preprocessor%20Metaprogramming.html"
target="_top"><font color="blue"><b><u><i>available</i></u></b></font></a>.
This excerpt contains a basic introduction to the Preprocessor library and
preprocessor metaprogramming which may help users new to the library and