Re: implementing rvalue references to g++

2005-07-19 Thread russell.yanofsky
Paolo Carlini wrote: > Besides repeating again that personally I consider this effort very, > very welcome, just wanted to restate (*) that probably you should take > as baseline current *mainline*, not 4.0.0, because, of course, any > possible patch will go in mainline only. Also obvious, in case

implementing rvalue references in g++

2005-07-16 Thread russell.yanofsky
[sorry for the duplicate post, the first one somehow didn't have line breaks] Hi, I just wanted to let anyone who might interested know that there's an attempt underway to add support for rvalue references to G++. I've got a preliminary patch at http://russ.hn.org/rref/ which adds partial support

implementing rvalue references to g++

2005-07-16 Thread russell.yanofsky
Hi, I just wanted to let anyone who might interested know that there's an attempt underway to add support for rvalue references to G++. I've got a preliminary patch at http://russ.hn.org/rref/ which adds partial support for them, and I'm hoping to turn it into a complete implementation over the