diff --git a/doc/reference/if.htm b/doc/reference/if.htm index 6e39848..dd0e053 100644 --- a/doc/reference/if.htm +++ b/doc/reference/if.htm @@ -30,8 +30,7 @@

Expands to T if C != 0 and E if C == 0.

-

BOOST_PP_IF() enables convenient generation of lists using -BOOST_PP_REPEAT().

+

For example, BOOST_PP_IF(0,1,2) expands to 2.

Test