This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[c++] stuff proposed for C++0x
- From: Pedro LamarÃo <pedro dot lamarao at mndfck dot org>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 14 Nov 2005 13:32:51 -0200
- Subject: [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