This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
C++ PATCH PING: C++0x right angle brackets
- From: "Doug Gregor" <doug dot gregor at gmail dot com>
- To: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- 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<int>> 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