forked from boostorg/preprocessor
Tweaking docs
[SVN r12602]
This commit is contained in:
@ -13,21 +13,18 @@
|
||||
* See http://www.boost.org for most recent version.
|
||||
*/
|
||||
|
||||
/** \file
|
||||
|
||||
<a href="../../../../boost/preprocessor/arithmetic/sub.hpp">Click here to see the header.</a>
|
||||
*/
|
||||
|
||||
#include <boost/preprocessor/dec.hpp>
|
||||
#include <boost/preprocessor/tuple/elem.hpp>
|
||||
#include <boost/preprocessor/while.hpp>
|
||||
|
||||
/** Expands to the difference of X and Y.
|
||||
/** <P>Expands to the difference of X and Y.</P>
|
||||
|
||||
For example, BOOST_PP_SUB(4,3) expands to 1 (a single token).
|
||||
<P>For example, BOOST_PP_SUB(4,3) expands to 1 (a single token).</P>
|
||||
|
||||
<H3>Uses</H3>
|
||||
- BOOST_PP_WHILE()
|
||||
<UL>
|
||||
<LI>BOOST_PP_WHILE()
|
||||
</UL>
|
||||
*/
|
||||
#define BOOST_PP_SUB(X,Y) BOOST_PP_SUB_D(0,X,Y)
|
||||
|
||||
|
Reference in New Issue
Block a user