This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16661] class-disambigued explicit c-tor call
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jul 2004 20:59:34 -0000
- Subject: [Bug c++/16661] class-disambigued explicit c-tor call
- References: <20040721205227.16661.boris@kolpackov.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-21 20:59 -------
This is not a bug, you have to use the parentheses as otherwise (as defined by the C++ standard) it
thinks you are going to name a variable which cannot happen here at all.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16661