]> granicus.if.org Git - clang/commit
Add unique_ptr example to test the use of rvalue references. I'll grow
authorDouglas Gregor <dgregor@apple.com>
Fri, 21 Jan 2011 17:06:29 +0000 (17:06 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 21 Jan 2011 17:06:29 +0000 (17:06 +0000)
commit71fdb354520178c2663f56f466f7abca538b877f
treee68971224d9f98f9bd688f3ab8b0386d2262a33d
parentb13ede9f440f52ccfce046f1eba98679e9ffc0e6
Add unique_ptr example to test the use of rvalue references. I'll grow
this example further as more rvalue-reference features come online.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123980 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/rval-references-examples.cpp [new file with mode: 0644]