Working on docs

[SVN r12586]
This commit is contained in:
Vesa Karvonen
2002-01-30 19:52:31 +00:00
parent 460db18e02
commit e8b6627a48
42 changed files with 165 additions and 117 deletions

View File

@ -38,7 +38,8 @@ Examples of tuples:
4-tuple: (A B C, D, EF, 34)
\endverbatim</PRE>
See BOOST_PP_LIMIT_TUPLE.
<H3>See</H3>
- BOOST_PP_LIMIT_TUPLE
*/
#define BOOST_PP_TUPLE_ELEM(N,I,T) BOOST_PP_TUPLE_ELEM_DELAY(N,I,T)

View File

@ -22,9 +22,9 @@
/** Converts a tuple to a list.
See BOOST_PP_LIST_CONS() for an example.
See BOOST_PP_LIMIT_TUPLE.
<H3>See</H3>
- BOOST_PP_LIST_CONS()
- BOOST_PP_LIMIT_TUPLE
*/
#define BOOST_PP_TUPLE_TO_LIST(N,T) BOOST_PP_TUPLE_TO_LIST_DELAY(N,T)