tweak url

[SVN r24755]
This commit is contained in:
Dave Abrahams
2004-08-26 12:50:05 +00:00
parent fb183beac1
commit 0b8615f1be
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<h4><a href="http://boost-consulting.com/mplbook/preprocessor.html" target="_top">Introduction</a></h4> <h4><a href="http://boost-consulting.com/tmpbook/preprocessor.html" target="_top">Introduction</a></h4>
<h4><a href="topics.html">Topics</h4> <h4><a href="topics.html">Topics</h4>
<h4><a href="terms.html">Terminology</h4> <h4><a href="terms.html">Terminology</h4>
<h4><a href="data.html">Data Types</h4> <h4><a href="data.html">Data Types</h4>

View File

@ -6,7 +6,7 @@
<body> <body>
<h4>Introduction</h4> <h4>Introduction</h4>
<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 available <a href="http://boost-consulting.com/mplbook/preprocessor.html" target="_top"><font color="blue"><b><u><i>online</i></u></font></b></a>. 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 available <a href="http://boost-consulting.com/tmpbook/preprocessor.html" target="_top"><font color="blue"><b><u><i>online</i></u></font></b></a>.
This excerpt contains a basic introduction to the Preprocessor library and preprocessor metaprogramming which may help users new to the library and users interested in seeing some of the facilities offered by the library. This excerpt contains a basic introduction to the Preprocessor library and preprocessor metaprogramming which may help users new to the library and users interested in seeing some of the facilities offered by the library.
</div> </div>
</body> </body>