diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-04-08 03:09:47 +0000 |
---|---|---|
committer | <> | 2015-05-05 14:37:32 +0000 |
commit | f2541bb90af059680aa7036f315f052175999355 (patch) | |
tree | a5b214744b256f07e1dc2bd7273035a7808c659f /libs/preprocessor/doc/headers/config/variadics.html | |
parent | ed232fdd34968697a68783b3195b1da4226915b5 (diff) | |
download | boost-tarball-master.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/preprocessor/doc/headers/config/variadics.html')
-rw-r--r-- | libs/preprocessor/doc/headers/config/variadics.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libs/preprocessor/doc/headers/config/variadics.html b/libs/preprocessor/doc/headers/config/variadics.html index c99268525..334f053e1 100644 --- a/libs/preprocessor/doc/headers/config/variadics.html +++ b/libs/preprocessor/doc/headers/config/variadics.html @@ -1,19 +1,19 @@ <html> <head> - <title>config/variadics.hpp</title> + <title>config/config.hpp</title> <link rel="stylesheet" type="text/css" href="../../styles.css"> </head> <body> <div style="margin-left: 0px;"> - The <b>config/variadics.hpp</b> -header defines a macro for determining variadic macro support. The file -is automatically included when needed internally. The end-user can -include it also in order to use the macro. </div> + The <b>config/config.hpp</b> +header defines internal configuration macros as well as a macro for determining variadic macro support. The file +is automatically included whenever any Boost PP macros are used. The end-user can manually +include it in order to use the BOOST_PP_VARIADICS macro, but normally should never have to do so. </div> <h4> Usage </h4> <div class="code"> - #include <b><boost/preprocessor/config/variadics.hpp></b> + #include <b><boost/preprocessor/config/config.hpp></b> </div> <h4> Contents @@ -21,7 +21,7 @@ include it also in order to use the macro. </div> <ul> <li><a href="../../ref/variadics.html">BOOST_PP_VARIADICS</a></li></ul> <hr size="1"> - <div style="margin-left: 0px;"><i>© Copyright Edward Diener 2011</i> + <div style="margin-left: 0px;"><i>© Copyright Edward Diener 2011,2014</i> </div> <div style="margin-left: 0px;"> <p><small>Distributed under the Boost Software License, Version 1.0. (See |