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

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