forked from boostorg/preprocessor
limited variadic support
[SVN r72763]
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>topics.html</title>
|
||||
<title>topics.html</title>
|
||||
<link rel="stylesheet" type="text/css" href="styles.css">
|
||||
<base target="desc">
|
||||
</head>
|
||||
@ -8,15 +8,14 @@
|
||||
<h4>Topics <small><a href="contents.html" target="index">[back]</a></small></h4>
|
||||
<ul>
|
||||
<li><a href="topics/motivation.html">motivation</a></li>
|
||||
<li><a href="topics/problems.html">known problems of the preprocessor</a></i>
|
||||
<li><a href="topics/techniques.html">techniques</a></li>
|
||||
<li><a href="topics/problems.html">known problems of the preprocessor</a> </li><li><a href="topics/techniques.html">techniques</a></li>
|
||||
<li><a href="topics/incompatible.html">incompatibilities</a></li>
|
||||
<li><a href="topics/reentrancy.html">reentrancy</a></li>
|
||||
<li><a href="topics/local_iteration.html">local iteration</a></li>
|
||||
<li><a href="topics/file_iteration.html">file iteration</a></li>
|
||||
<li><a href="topics/evaluated_slots.html">evaluated slots</a></li>
|
||||
<li><a href="topics/variadic_macros.html">variadic macros</a></li>
|
||||
</ul>
|
||||
|
||||
<!--
|
||||
<EFBFBD> Copyright Housemarque Oy 2002
|
||||
<EFBFBD> Copyright Paul Mensonides 2002
|
||||
@ -24,6 +23,5 @@ 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>
|
||||
|
Reference in New Issue
Block a user