PREPROCESSOR -> PP. WHILE documented.

[SVN r12162]
This commit is contained in:
Vesa Karvonen
2001-12-28 11:06:53 +00:00
parent 5991b00456
commit d8b52a3a42
90 changed files with 3441 additions and 1889 deletions

View File

@ -17,9 +17,12 @@
<a href="../../../../boost/preprocessor/comma.hpp">Click here to see the header.</a>
*/
//! Expands to a comma. Can be used with BOOST_PREPROCESSOR_IF().
//! Expands to a comma. Can be used with BOOST_PP_IF().
/*!
See BOOST_PREPROCESSOR_COMMA_IF().
See BOOST_PP_COMMA_IF().
*/
#define BOOST_PP_COMMA() ,
//! Obsolete. Use BOOST_PP_COMMA().
#define BOOST_PREPROCESSOR_COMMA() ,
#endif