Added list data structure

[SVN r12431]
This commit is contained in:
Vesa Karvonen
2002-01-22 10:18:08 +00:00
parent e562e2478b
commit 0206bbaa60
21 changed files with 814 additions and 2 deletions

View File

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