|
Last change
on this file since 33 was
29,
checked in by landauf, 17 years ago
|
|
updated boost from 1_33_1 to 1_34_1
|
|
File size:
924 bytes
|
| Line | |
|---|
| 1 | <html> |
|---|
| 2 | <head> |
|---|
| 3 | <title>title.html</title> |
|---|
| 4 | <link rel="stylesheet" type="text/css" href="styles.css"> |
|---|
| 5 | </head> |
|---|
| 6 | <body> |
|---|
| 7 | <h4>Introduction</h4> |
|---|
| 8 | <div> |
|---|
| 9 | 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>. |
|---|
| 10 | 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. |
|---|
| 11 | </div> |
|---|
| 12 | |
|---|
| 13 | <!-- |
|---|
| 14 | © Copyright Housemarque Oy 2002 |
|---|
| 15 | © Copyright Paul Mensonides 2002 |
|---|
| 16 | Distributed under the Boost Software License, Version 1.0. |
|---|
| 17 | (See accompanying file LICENSE_1_0.txt or copy at |
|---|
| 18 | http://www.boost.org/LICENSE_1_0.txt) |
|---|
| 19 | --> |
|---|
| 20 | |
|---|
| 21 | </body> |
|---|
| 22 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.