Added MOD and implemented ADD, SUB & MUL using WHILE reducing internal repetition

[SVN r12009]
This commit is contained in:
Vesa Karvonen
2001-12-10 22:11:42 +00:00
parent ef938f3335
commit cd69e240b3
8 changed files with 349 additions and 535 deletions

View File

@ -23,6 +23,9 @@
#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