mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-16 14:02:17 +02:00
Enhancing docs
[SVN r12620]
This commit is contained in:
@ -56,7 +56,7 @@
|
||||
# define BOOST_PP_TUPLE_ELEM_DELAY(N,I,T) BOOST_PP_TUPLE##N##_ELEM##I T
|
||||
#endif
|
||||
|
||||
/* NOTE: TUPLE_ELEM can be implemented in O(N*N) space and O(N) time instead
|
||||
/* TUPLE_ELEM can be implemented in O(N*N) space and O(N) time instead
|
||||
* of O(N*N*N) space and O(1) time. The current trade-off seems better.
|
||||
*/
|
||||
#define BOOST_PP_TUPLE1_ELEM0(A) A
|
||||
|
Reference in New Issue
Block a user