forked from boostorg/preprocessor
Updated docs to refer to config.hpp rather than variadics.hpp.
This commit is contained in:
@ -54,7 +54,7 @@
|
|||||||
<li class="ps"><a href="headers/comparison/not_equal.html">not_equal.hpp</a></li>
|
<li class="ps"><a href="headers/comparison/not_equal.html">not_equal.hpp</a></li>
|
||||||
<li>config/</li>
|
<li>config/</li>
|
||||||
<li class="ps"><a href="headers/config/limits.html">limits.hpp</a></li>
|
<li class="ps"><a href="headers/config/limits.html">limits.hpp</a></li>
|
||||||
<li class="ps"><a href="headers/config/variadics.html">variadics.hpp</a></li>
|
<li class="ps"><a href="headers/config/variadics.html">config.hpp</a></li>
|
||||||
<li><a href="headers/control.html">control.hpp</a></li>
|
<li><a href="headers/control.html">control.hpp</a></li>
|
||||||
<li>control/</li>
|
<li>control/</li>
|
||||||
<li class="ps"><a href="headers/control/deduce_d.html">deduce_d.hpp</a></li>
|
<li class="ps"><a href="headers/control/deduce_d.html">deduce_d.hpp</a></li>
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>config/variadics.hpp</title>
|
<title>config/config.hpp</title>
|
||||||
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
<link rel="stylesheet" type="text/css" href="../../styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="margin-left: 0px;">
|
<div style="margin-left: 0px;">
|
||||||
The <b>config/variadics.hpp</b>
|
The <b>config/config.hpp</b>
|
||||||
header defines a macro for determining variadic macro support. The file
|
header defines internal configuration macros as well as a macro for determining variadic macro support. The file
|
||||||
is automatically included when needed internally. The end-user can
|
is automatically included whenever any Boost PP macros are used. The end-user can manually
|
||||||
include it also in order to use the macro. </div>
|
include it in order to use the BOOST_PP_VARIADICS macro, but normally should never have to do so. </div>
|
||||||
<h4>
|
<h4>
|
||||||
Usage
|
Usage
|
||||||
</h4>
|
</h4>
|
||||||
<div class="code">
|
<div class="code">
|
||||||
#include <b><boost/preprocessor/config/variadics.hpp></b>
|
#include <b><boost/preprocessor/config/config.hpp></b>
|
||||||
</div>
|
</div>
|
||||||
<h4>
|
<h4>
|
||||||
Contents
|
Contents
|
||||||
@ -21,7 +21,7 @@ include it also in order to use the macro. </div>
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="../../ref/variadics.html">BOOST_PP_VARIADICS</a></li></ul>
|
<li><a href="../../ref/variadics.html">BOOST_PP_VARIADICS</a></li></ul>
|
||||||
<hr size="1">
|
<hr size="1">
|
||||||
<div style="margin-left: 0px;"><i><EFBFBD> Copyright Edward Diener 2011</i>
|
<div style="margin-left: 0px;"><i><EFBFBD> Copyright Edward Diener 2011,2014</i>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-left: 0px;">
|
<div style="margin-left: 0px;">
|
||||||
<p><small>Distributed under the Boost Software License, Version 1.0. (See
|
<p><small>Distributed under the Boost Software License, Version 1.0. (See
|
||||||
|
@ -13,14 +13,14 @@
|
|||||||
code to check for the presence of variadic macro support. It can be
|
code to check for the presence of variadic macro support. It can be
|
||||||
used by the end-user for the same purpose. The macro equals 1 if
|
used by the end-user for the same purpose. The macro equals 1 if
|
||||||
variadic macros are supported and 0 if they are not. </div><b>Requirements</b>
|
variadic macros are supported and 0 if they are not. </div><b>Requirements</b>
|
||||||
<div> <b>Header:</b> <a href="../headers/config/variadics.html"><boost/preprocessor/config/variadics.hpp></a>
|
<div> <b>Header:</b> <a href="../headers/config/variadics.html"><boost/preprocessor/config/config.hpp></a>
|
||||||
</div>
|
</div>
|
||||||
<h4>Sample Code</h4>
|
<h4>Sample Code</h4>
|
||||||
<div>
|
<div>
|
||||||
<pre>#include <<a href="../headers/config/variadics.html">boost/preprocessor/config/variadics.hpp</a>><br><br>#if <a href="variadics.html">BOOST_PP_VARIADICS</a><br>#define SOME_MACRO(...) // replacement list<br>#else<br>#define SOME_MACRO(param1,param2) // replacement list<br>#endif<br></pre>
|
<pre>#include <<a href="../headers/config/variadics.html">boost/preprocessor/config/config.hpp</a>><br><br>#if <a href="variadics.html">BOOST_PP_VARIADICS</a><br>#define SOME_MACRO(...) // replacement list<br>#else<br>#define SOME_MACRO(param1,param2) // replacement list<br>#endif<br></pre>
|
||||||
</div>
|
</div>
|
||||||
<hr size="1">
|
<hr size="1">
|
||||||
<div style="margin-left: 0px;"> <i></i><i><EFBFBD> Copyright Edward Diener 2011</i> </div>
|
<div style="margin-left: 0px;"> <i></i><i><EFBFBD> Copyright Edward Diener 2011,2014</i> </div>
|
||||||
<div style="margin-left: 0px;">
|
<div style="margin-left: 0px;">
|
||||||
<p><small>Distributed under the Boost Software License, Version 1.0.
|
<p><small>Distributed under the Boost Software License, Version 1.0.
|
||||||
(See accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
|
(See accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
|
||||||
|
Reference in New Issue
Block a user