Updated title explanation about Boost PP usability.

This commit is contained in:
Edward Diener
2013-12-05 17:28:42 -05:00
parent d11b03ad1e
commit 58cf4ccba9

View File

@ -1,22 +1,25 @@
<html> <html>
<head> <head>
<title>title.html</title> <title>title.html</title>
<link rel="stylesheet" type="text/css" href="styles.css"> <link rel="stylesheet" type="text/css" href="styles.css">
</head> </head>
<body> <body>
<h4>Introduction</h4> <h4>Introduction</h4>
<div> <div> The Boost Preprocessing library is a library of macros, with support
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://www.boostpro.com/mplbook/preprocessor.html" target="_top"><font color="blue"><b><u><i>online</i></u></font></b></a>. for preprocessor metaprogramming. The library supports both C++ and C
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. compilation. It does not depend on any other Boost libraries and therefore
</div> 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
<EFBFBD> Copyright Housemarque Oy 2002 Gurtovoy has been made available <a href="http://www.boostpro.com/mplbook/preprocessor.html"
<EFBFBD> Copyright Paul Mensonides 2002 target="_top"><font color="blue"><b><u><i>online</i></u></b></font></a>.
Distributed under the Boost Software License, Version 1.0. This excerpt contains a basic introduction to the Preprocessor library and
(See accompanying file LICENSE_1_0.txt or copy at preprocessor metaprogramming which may help users new to the library and
http://www.boost.org/LICENSE_1_0.txt) users interested in seeing some of the facilities offered by the library.
--> </div>
<!--
</body> <EFBFBD> Copyright Housemarque Oy 2002<30> Copyright Paul Mensonides 2002
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)-->
</body>
</html> </html>