| commit | 912e161ce06c7cdcd02d604e0188ee695241ada2 | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Jan 25 16:14:21 2011 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Jan 25 16:14:21 2011 +0000 |
| tree | cbb2fbac0cdd2e6f9c9b71966937e3fc2ae758d3 | |
| parent | ba278e2e7d8a1f07c8e1ccdafeecd6f887be912d [diff] |
An rvalue reference cannot bind to an lvalue, so static_cast the result of the __tuple_leaf::get() call to an rvalue reference when returning from tuple's get(). llvm-svn: 124190