Enhancing docs

[SVN r12620]
This commit is contained in:
Vesa Karvonen
2002-02-01 11:41:38 +00:00
parent d791b3f756
commit 6fa0d837a3
2 changed files with 16 additions and 2 deletions

View File

@ -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