]> granicus.if.org Git - clang/commit
Variadic templates example: a nearly-complete implementation of a TR1
authorDouglas Gregor <dgregor@apple.com>
Fri, 7 Jan 2011 19:37:08 +0000 (19:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 7 Jan 2011 19:37:08 +0000 (19:37 +0000)
commit03414b98caba86771622c35b1fa70d13de0c14ba
tree860689e7657e6b0acf09b22a12e09e660dfce3a8
parent91fc73e7ffb1fa1da0276518359d3bd4ed11c843
Variadic templates example: a nearly-complete implementation of a TR1
tuple class template. This implementation is boosted directly from the
variadic templates proposal. N2080.

Note that one section is #ifdef'd out. I'll implement that aspect of
template argument deduction next.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123016 91177308-0d34-0410-b5e6-96231b3b80d8
test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp [new file with mode: 0644]