This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/45114] implement C++0x alias-declaration
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 27 Oct 2011 22:27:35 +0000
- Subject: [Bug c++/45114] implement C++0x alias-declaration
- Auto-submitted: auto-generated
- References: <bug-45114-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45114
--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-10-27 22:27:35 UTC ---
I don't have any self-contained tests but there are a number of TODOs in
libstdc++ which indicate places that should use a template alias when available
- I'll try the patch and revisit those TODOs