]> 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:56:20 +0000 (19:56 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 7 Jan 2011 19:56:20 +0000 (19:56 +0000)
commite8bbf98ba4a388d89d1b4da9e15aabedf8eb53a6
tree4702abe9fa9d6c96ab8694d0c531545d82765baa
parent9ce5270f0aadaaf03a0cf705787f42ce9eb1194c
Variadic templates example: a nearly-complete implementation of a TR1
function class template.

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