From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: edwin@netwood.net Cc: egcs@egcs.cygnus.com Subject: Re: elided copy constructors Date: Fri, 19 Mar 1999 15:18:00 -0000 Message-id: <199903192313.AAA00798@mira.isdn.cs.tu-berlin.de> In-reply-to: < 36F2CDC1.8B4FEC4A@netwood.net > (edwin@netwood.net) References: <36F2CDC1.8B4FEC4A@netwood.net> <36F2CDC1.8B4FEC4A@netwood.net> X-SW-Source: 1999-03/msg00675.html > My question is, "When should we expect the egcs compiler > to elide copy constructors as permitted by the standard?" Well, the short (and AFAIK the only correct) answer is: when somebody contributes the code. This is how open source works: If you need a feature badly enough, you have the chance to do it yourself. If you don't, it might get never done. Regards, Martin From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Martin v. Loewis" To: edwin@netwood.net Cc: egcs@egcs.cygnus.com Subject: Re: elided copy constructors Date: Wed, 31 Mar 1999 23:46:00 -0000 Message-ID: <199903192313.AAA00798@mira.isdn.cs.tu-berlin.de> References: <36F2CDC1.8B4FEC4A@netwood.net> X-SW-Source: 1999-03n/msg00680.html Message-ID: <19990331234600.2esHFOXltPTUNHs3hgBH_QSpZqvGyeCXcwfsxL4OGn8@z> > My question is, "When should we expect the egcs compiler > to elide copy constructors as permitted by the standard?" Well, the short (and AFAIK the only correct) answer is: when somebody contributes the code. This is how open source works: If you need a feature badly enough, you have the chance to do it yourself. If you don't, it might get never done. Regards, Martin