This is the mail archive of the gcc-patches@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++ PATCH PING: C++0x right angle brackets


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


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