From 33ba22e0f6ef69f2ac7f670e39a96c319dbe64c0 Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Fri, 7 Jun 2002 12:43:59 +0000 Subject: [PATCH] Removed BOOST_PREPROCESSOR_??? macros [SVN r14097] --- include/boost/preprocessor/arithmetic/add.hpp | 18 +++++------------- include/boost/preprocessor/arithmetic/div.hpp | 18 +++++------------- include/boost/preprocessor/arithmetic/mod.hpp | 14 +++----------- include/boost/preprocessor/arithmetic/mul.hpp | 18 +++++------------- include/boost/preprocessor/arithmetic/sub.hpp | 18 +++++------------- include/boost/preprocessor/assert_msg.hpp | 3 --- include/boost/preprocessor/cat.hpp | 3 --- include/boost/preprocessor/comma.hpp | 3 --- include/boost/preprocessor/comma_if.hpp | 3 --- .../boost/preprocessor/comparison/equal.hpp | 10 +--------- .../boost/preprocessor/comparison/greater.hpp | 10 +--------- .../preprocessor/comparison/greater_equal.hpp | 10 +--------- include/boost/preprocessor/comparison/less.hpp | 10 +--------- .../preprocessor/comparison/less_equal.hpp | 10 +--------- .../preprocessor/comparison/not_equal.hpp | 10 +--------- include/boost/preprocessor/dec.hpp | 3 --- include/boost/preprocessor/empty.hpp | 3 --- include/boost/preprocessor/identity.hpp | 3 --- include/boost/preprocessor/if.hpp | 3 --- include/boost/preprocessor/inc.hpp | 3 --- include/boost/preprocessor/limits.hpp | 17 ++++------------- include/boost/preprocessor/stringize.hpp | 3 --- 22 files changed, 33 insertions(+), 160 deletions(-) diff --git a/include/boost/preprocessor/arithmetic/add.hpp b/include/boost/preprocessor/arithmetic/add.hpp index fe8b536..8a871b2 100644 --- a/include/boost/preprocessor/arithmetic/add.hpp +++ b/include/boost/preprocessor/arithmetic/add.hpp @@ -26,11 +26,6 @@ in the range [0, BOOST_PP_LIMIT_MAG].

For example, BOOST_PP_ADD(4,3) expands to 7 (a single token).

-

Uses

- -

Test