Renamed BOOST_PP_IF_THEN to BOOST_PP_EXPR_IF

[SVN r13173]
This commit is contained in:
Vesa Karvonen
2002-03-11 16:11:34 +00:00
parent a3e207e706
commit fcd4b15cdf
12 changed files with 72 additions and 47 deletions

View File

@ -21,6 +21,11 @@
<p>For example, <code>BOOST_PP_IF(0,1,2)</code> expands to <code>2</code>.</p>
<h3>See</h3>
<ul>
<li>BOOST_PP_EXPR_IF()</li>
</ul>
<h3>Test</h3>
<ul>
<li><a href="../../test/preprocessor_test.cpp">preprocessor_test.cpp</a></li>