2004-07-14 22:18:42 +00:00
< html >
2013-12-05 17:28:42 -05:00
< head >
2015-05-20 17:19:31 -04:00
< meta content = "text/html; charset=windows-1252" http-equiv = "content-type" >
2013-12-05 17:28:42 -05:00
< title > title.html< / title >
< link rel = "stylesheet" type = "text/css" href = "styles.css" >
< / head >
< body >
< h4 > Introduction< / h4 >
< div > The Boost Preprocessing library is a library of macros, with support
for preprocessor metaprogramming. The library supports both C++ and C
compilation. It does not depend on any other Boost libraries and therefore
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
2015-08-14 17:39:42 -05:00
Gurtovoy has been made < a href = "Appendix%20A%20-%20An%20Introduction%20to%20Preprocessor%20Metaprogramming.html"
2015-05-20 17:19:31 -04:00
target="_top">< font color = "blue" > < b > < u > < i > available< / i > < / u > < / b > < / font > < / a > .
2013-12-05 17:28:42 -05:00
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 >
<!--
2015-05-20 17:19:31 -04:00
<EFBFBD> Copyright Housemarque Oy 2002<30> Copyright Paul Mensonides 2002Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at
2013-12-05 17:28:42 -05:00
http://www.boost.org/LICENSE_1_0.txt)-->
< / body >
2004-07-14 22:18:42 +00:00
< / html >