From ec1d6932d4bd0f981a8db438c68391d3c43d4e0c Mon Sep 17 00:00:00 2001 From: Vesa Karvonen Date: Fri, 7 Jun 2002 12:52:41 +0000 Subject: [PATCH] Removed BOOST_PREPROCESSOR_??? macros [SVN r14098] --- include/boost/preprocessor/max.hpp | 10 +--------- include/boost/preprocessor/min.hpp | 10 +--------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/include/boost/preprocessor/max.hpp b/include/boost/preprocessor/max.hpp index b8a343e..da80b65 100644 --- a/include/boost/preprocessor/max.hpp +++ b/include/boost/preprocessor/max.hpp @@ -24,11 +24,6 @@ in the range [0, BOOST_PP_LIMIT_MAG].

For example, BOOST_PP_MAX(5,7) expands to 7 (a single token).

-

Uses

- -

Test