mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-21 16:22:55 +02:00
Appendix A\!
[SVN r23561]
This commit is contained in:
@ -6,7 +6,7 @@
|
|||||||
<frame name="top" src="top.html" scrolling="no" noresize>
|
<frame name="top" src="top.html" scrolling="no" noresize>
|
||||||
<frameset cols="350,*" frameborder="0" border="3">
|
<frameset cols="350,*" frameborder="0" border="3">
|
||||||
<frame name="index" src="contents.html" scrolling="auto">
|
<frame name="index" src="contents.html" scrolling="auto">
|
||||||
<frame name="desc" src="blank.html" scrolling="auto">
|
<frame name="desc" src="title.html" scrolling="auto">
|
||||||
</frameset>
|
</frameset>
|
||||||
<noframes>
|
<noframes>
|
||||||
..</noframes>
|
..</noframes>
|
||||||
|
13
doc/title.html
Normal file
13
doc/title.html
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>title.html</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h4>News</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.
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user