*** empty log message ***

[SVN r23734]
This commit is contained in:
Paul Mensonides
2004-07-18 20:15:36 +00:00
parent 28b2809d9c
commit d8c979c633
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
</head> </head>
<body> <body>
<h4><a href="http://boost-consulting.com/mplbook/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">online</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/mplbook/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>