Update link to the C++ Template Metaprogramming book Appendix A online.

[SVN r75126]
This commit is contained in:
Edward Diener
2011-10-27 02:10:02 +00:00
parent 46caf30af4
commit 7346503b96

View File

@ -6,7 +6,7 @@
<body>
<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/tmpbook/preprocessor.html" target="_top"><font color="blue"><b><u><i>online</i></u></font></b></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://www.boostpro.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.
</div>