diff options
Diffstat (limited to 'src/boost/libs/preprocessor/test/tuple.c')
-rw-r--r-- | src/boost/libs/preprocessor/test/tuple.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/boost/libs/preprocessor/test/tuple.c b/src/boost/libs/preprocessor/test/tuple.c new file mode 100644 index 00000000..e9864a04 --- /dev/null +++ b/src/boost/libs/preprocessor/test/tuple.c @@ -0,0 +1,14 @@ +# /* ************************************************************************** +# * * +# * (C) Copyright Paul Mensonides 2002. +# * Distributed under the Boost Software License, Version 1.0. (See +# * accompanying file LICENSE_1_0.txt or copy at +# * http://www.boost.org/LICENSE_1_0.txt) +# * * +# ************************************************************************** */ +# +# /* Revised by Edward Diener (2011) */ +# +# /* See http://www.boost.org for most recent version. */ +# +# include <libs/preprocessor/test/tuple.cxx> |