Docs updates

[SVN r13142]
This commit is contained in:
Vesa Karvonen
2002-03-09 08:57:33 +00:00
parent 140a30f6f4
commit da66351f86
20 changed files with 22 additions and 40 deletions

View File

@ -30,8 +30,7 @@
<p>Expands to <code>T</code> if <code>C != 0</code> and <code>E</code> if
<code>C == 0</code>.</p>
<p><a href="if.htm#BOOST_PP_IF">BOOST_PP_IF</a>() enables convenient generation of lists using
<a href="repeat.htm#BOOST_PP_REPEAT">BOOST_PP_REPEAT</a>().</p>
<p>For example, <code><a href="if.htm#BOOST_PP_IF">BOOST_PP_IF</a>(0,1,2)</code> expands to <code>2</code>.</p>
<h3>Test</h3>
<ul>