PREPROCESSOR -> PP. WHILE documented.

[SVN r12162]
This commit is contained in:
Vesa Karvonen
2001-12-28 11:06:53 +00:00
parent 5991b00456
commit d8b52a3a42
90 changed files with 3441 additions and 1889 deletions

View File

@ -15,21 +15,11 @@
/*! \file
<a href="../../../../boost/preprocessor/arithmetic.hpp">Click here to see the header.</a>
Includes all arithmetic headers.
*/
#ifndef BOOST_PREPROCESSOR_ARITHMETIC_ADD_HPP
# include <boost/preprocessor/arithmetic/add.hpp>
#endif
#ifndef BOOST_PREPROCESSOR_ARITHMETIC_DIV_HPP
# include <boost/preprocessor/arithmetic/div.hpp>
#endif
#ifndef BOOST_PREPROCESSOR_ARITHMETIC_MOD_HPP
# include <boost/preprocessor/arithmetic/mod.hpp>
#endif
#ifndef BOOST_PREPROCESSOR_ARITHMETIC_MUL_HPP
# include <boost/preprocessor/arithmetic/mul.hpp>
#endif
#ifndef BOOST_PREPROCESSOR_ARITHMETIC_SUB_HPP
# include <boost/preprocessor/arithmetic/sub.hpp>
#endif
#include <boost/preprocessor/arithmetic/div.hpp>
#include <boost/preprocessor/arithmetic/mod.hpp>
#include <boost/preprocessor/arithmetic/mul.hpp>
#endif