This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[c++] stuff proposed for C++0x


Hello list.

I've recently been toying with the "rref" patch found here:
http://mndfck.org/~pedro.lamarao/projects/c++0x/

As part of my learning process I've modified it and broken it in three
parts: new flags to activate c++0x syntax and semantics, "reference
collapsing" as per DR #106 proposed resolution, and the "r-value
references" proposal as in N1855.

I'd like to also try and implement the new "auto" semantics as in N1894.

These are online for your viewing pleasure here:
http://mndfck.org/~pedro.lamarao/projects/c++0x/

Would any of this be acceptable for 4.2?

--
 Pedro LamarÃo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]