[SVN r12608]
This commit is contained in:
Vesa Karvonen
2002-01-31 17:21:59 +00:00
parent 28ead7541e
commit 4231b56bb1
8 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@
<hr>
<H2><a name="BOOST_PP_GREATER">#define BOOST_PP_GREATER</a>(X,Y)</H2>
<P>Expands to 1 if X>Y and 0 otherwise.</P>
<P>Expands to 1 if X&gt;Y and 0 otherwise.</P>
<H3>Uses</H3>
<UL>

View File

@ -9,7 +9,7 @@
<hr>
<H2><a name="BOOST_PP_GREATER_EQUAL">#define BOOST_PP_GREATER_EQUAL</a>(X,Y)</H2>
<P>Expands to 1 if X>=Y and 0 otherwise.</P>
<P>Expands to 1 if X&gt;=Y and 0 otherwise.</P>
<H3>Uses</H3>
<UL>

View File

@ -9,7 +9,7 @@
<hr>
<H2><a name="BOOST_PP_LESS">#define BOOST_PP_LESS</a>(X,Y)</H2>
<P>Expands to 1 if X<Y and 0 otherwise.</P>
<P>Expands to 1 if X&lt;Y and 0 otherwise.</P>
<H3>Uses</H3>
<UL>

View File

@ -9,7 +9,7 @@
<hr>
<H2><a name="BOOST_PP_LESS_EQUAL">#define BOOST_PP_LESS_EQUAL</a>(X,Y)</H2>
<P>Expands to 1 if X<=Y and 0 otherwise.</P>
<P>Expands to 1 if X&lt;=Y and 0 otherwise.</P>
<H3>Uses</H3>
<UL>