mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-02 07:21:04 +02:00
HTML fix
[SVN r12608]
This commit is contained in:
@ -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>Y and 0 otherwise.</P>
|
||||
|
||||
<H3>Uses</H3>
|
||||
<UL>
|
||||
|
@ -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>=Y and 0 otherwise.</P>
|
||||
|
||||
<H3>Uses</H3>
|
||||
<UL>
|
||||
|
@ -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<Y and 0 otherwise.</P>
|
||||
|
||||
<H3>Uses</H3>
|
||||
<UL>
|
||||
|
@ -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<=Y and 0 otherwise.</P>
|
||||
|
||||
<H3>Uses</H3>
|
||||
<UL>
|
||||
|
Reference in New Issue
Block a user