news -> introduction

[SVN r23563]
This commit is contained in:
Paul Mensonides
2004-07-14 22:37:27 +00:00
parent 3a2b948fb3
commit 28b2809d9c

View File

@ -4,7 +4,7 @@
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h4>News</h4>
<h4>Introduction</h4>
<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>.
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.