Remove spaces in the filename for AppendixA.

This commit is contained in:
Edward Diener
2015-08-21 16:38:12 -04:00
parent 2689b91d91
commit 132eb67cec
3 changed files with 2 additions and 2 deletions

View File

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

View File

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