This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH]: deprecate default args on non-functions
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: Mark Mitchell <mitchell at codesourcery dot com>,gcc-patches at gcc dot gnu dot org
- Date: Sat, 26 Jul 2003 01:53:35 +0200 (CEST)
- Subject: Re: [C++ PATCH]: deprecate default args on non-functions
- References: <3F2168CC.6040301@codesourcery.com>
On Fri, 25 Jul 2003, Nathan Sidwell wrote:
> this patch deprecates default arguments except on parameter declarations
> of functions. I also update the docs to show that implicit typename is gone.
Would you mind documenting this in gcc-3.4/changes.html as well?
Thanks,
Gerald