diff --git a/include/boost/preprocessor/for.hpp b/include/boost/preprocessor/for.hpp index 6e515d3..2be18e3 100644 --- a/include/boost/preprocessor/for.hpp +++ b/include/boost/preprocessor/for.hpp @@ -48,7 +48,20 @@ BOOST_PP_FOR##R() directly. For each macro implemented using BOOST_PP_FOR(), there is a version of the macro, distinguished by the _R suffix, that accepts an additional recursion depth as the first parameter. This technique is necessary to avoid recursively expanding the same macro again, which is not -permitted by the C/C++ preprocessor. +permitted by the C++ preprocessor. + +