Re: C++0x rvalue references get clobbered somehow

2008-03-19 Thread Doug Gregor
Hello, On Wed, Mar 19, 2008 at 4:23 AM, Lukas Mai <[EMAIL PROTECTED]> wrote: > I'm having problems with g++-4.3.0 and C++0x. Disclaimer: I don't > understand rvalue references, but since I need (indirect) argument > forwarding, I copied and modified an example from the web. > (I believe detail

C++0x rvalue references get clobbered somehow

2008-03-19 Thread Lukas Mai
Hello! (I sent a copy of this mail to gcc-help a few days ago but didn't get a response.) I'm having problems with g++-4.3.0 and C++0x. Disclaimer: I don't understand rvalue references, but since I need (indirect) argument forwarding, I copied and modified an example from the web. (I believe deta