This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: BUG (GCC-2.95.2): Default conversions not applied to template classes
- To: jpryor at pcd dot Kodak dot COM
- Subject: Re: BUG (GCC-2.95.2): Default conversions not applied to template classes
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 4 Jan 2000 00:04:17 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <Pine.LNX.4.10.10001031701430.1000-100000@rl-isd-23wmgx15.pcd.kodak.com>
> This has been observed with GCC-2.95.2 under RedHat Linux 6.1.
Thanks for your bug report. The mainline compiler (2.96 19991222
(experimental)) compiles this just fine; it appears the bug has been
fixed. You can work-around the bug by calling operator bool
explicitly.
Regards,
Martin