mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-16 14:02:17 +02:00
Added list data structure
[SVN r12431]
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user