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