| commit | d18302f1bb4d54a3266e21ffe20be133f69e3f7c | [log] [tgz] | 
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Wed Jan 26 00:12:48 2011 +0000 | 
| committer | Douglas Gregor <dgregor@apple.com> | Wed Jan 26 00:12:48 2011 +0000 | 
| tree | 6ce51e975fe30c8a695f4f52d1c4ae361e4990d3 | |
| parent | 3fde51b8201d563b69d99efc0a5da12c658b3d5a [diff] | 
Teach move_iterator that rvalue references cannot bind to non-function lvalues, nor can one take the address of an xvalue, by adding appropriate static_cast's (in the first case) and a temporary (in the second case). llvm-svn: 124255