O(N*N) space and O(1) time BOOST_PP_TUPLE_ELEM()

[SVN r14149]
This commit is contained in:
Vesa Karvonen
2002-06-16 08:06:36 +00:00
parent 54d0da5221
commit 8854c2c573
19 changed files with 81 additions and 276 deletions

View File

@ -0,0 +1,15 @@
#ifndef BOOST_PREPROCESSOR_DETAIL_EXPAND_HPP
#define BOOST_PREPROCESSOR_DETAIL_EXPAND_HPP
/* Copyright (C) 2002 Vesa Karvonen
*
* Permission to copy, use, modify, sell and distribute this software is
* granted provided this copyright notice appears in all copies. This
* software is provided "as is" without express or implied warranty, and
* with no claim as to its suitability for any purpose.
*
* See http://www.boost.org for most recent version.
*/
#define BOOST_PP_DETAIL_EXPAND(X) X
#endif