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