This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/36696] Default constructor instance definition with empty argument list quietly ignored
- From: "dseketel at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jul 2008 21:09:37 -0000
- Subject: [Bug c++/36696] Default constructor instance definition with empty argument list quietly ignored
- References: <bug-36696-16406@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dseketel at redhat dot com 2008-07-02 21:09 -------
Yes, foo bar (); is indeed the declaration of a function bar of type foo that
takes no arguments in parameter.
I believe gcc is right there.
--
dseketel at redhat dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dseketel at redhat dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36696