Doug Gregor - C++ PATCH PING: C++0x right angle brackets (original) (raw)
This is the mail archive of the gcc-patches@gcc.gnu.orgmailing 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] |
- From: "Doug Gregor"
- To: "GCC Patches"
- Date: Tue, 27 Feb 2007 09:37:59 -0500
- Subject: C++ PATCH PING: C++0x right angle brackets
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D4T2D2SkdqqRMggGFcObHs7zeuz8j3Uwr9Uq7zNhu5AjXTeZhSE3PP+Hc/UIkxcB9JPTenV8LMmSk1F1Re2R40CVHqy7FOzCEC9NWWW0l3KP4eJKIGXHwuMeuJIyO2WdwZ3qv+i7su+XZ3pZJXMxuY5PFS5wZ9Lfnwe3/IrIcpw=
Just a friendly two-week ping on the patch that implements C++0x right angle brackets, allowing one to (finally!) write, e.g.,
vector<vector> v;The patch is here, and is intended for the GCC 4.3 C++0x mode: http://gcc.gnu.org/ml/gcc-patches/2007-02/msg01155.html
Cheers, Doug
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |