]> granicus.if.org Git - clang/commit
A simple dynamic array class template, to be used as a test-bed for template instanti...
authorDouglas Gregor <dgregor@apple.com>
Tue, 26 May 2009 21:27:04 +0000 (21:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 26 May 2009 21:27:04 +0000 (21:27 +0000)
commit2f1735c643abfc7c18bf7d0ad95b716099d43ccf
treeb3b5d38d30262b61e838a6bfac7b293bb4ca60e4
parentaba43bb13b3aa3e81990989375fba3a902bfe1c2
A simple dynamic array class template, to be used as a test-bed for template instantiation

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72437 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaTemplate/example-dynarray.cpp [new file with mode: 0644]