Add unique_ptr example to test the use of rvalue references. I'll grow
commitfcc94dd57ce22044302a5eced3de3e4dcdd51c15
authorDouglas Gregor <doug.gregor@gmail.com>
Fri, 21 Jan 2011 17:06:29 +0000 (21 17:06 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Fri, 21 Jan 2011 17:06:29 +0000 (21 17:06 +0000)
treee68971224d9f98f9bd688f3ab8b0386d2262a33d
parenta72d030fe9d350cebeffb18444dff9f019844b83
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]