From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Bouchard To: gcc-bugs@gcc.gnu.org Subject: Bug report Date: Sun, 31 Oct 1999 23:03:00 -0000 Message-id: <38191AA5.4E20AD3@dmi.usherb.ca> X-SW-Source: 1999-10n/msg00863.html List-Id: Here is another bug. This time, everything works well, but shouldn't (with the explicit keyword): #include struct A {    }; struct B {    template explicit B(const TYPE &) {       cout<<__PRETTY_FUNCTION__<(const struct A &) void func(const struct B &) With: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/specs gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) PAB