This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/43674] Delegating constructors are not supported
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 06 Dec 2011 12:36:02 +0000
- Subject: [Bug c++/43674] Delegating constructors are not supported
- Auto-submitted: auto-generated
- References: <bug-43674-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43674
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.7.0
--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-12-06 12:36:02 UTC ---
Done with this patch:
2011-12-05 Ville Voutilainen <ville.voutilainen@gmail.com>
Pedro LamarÃo <pedro.lamarao@gmail.com>
Implement C++11 delegating constructors.