This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Q] operators and conversion problem
- To: m dot cvjetko at rt dot e-technik dot uni-erlangen dot de
- Subject: Re: [Q] operators and conversion problem
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 17 May 2000 08:37:56 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <391C2F21.EDC435F8@rt.e-technik.uni-erlangen.de>
> Shouldn't ints (1 and 2) in lines 44 and 45 be converted to X<int> and
> then applied operator+ ???
>
> Is this a bug or is this my error??
Thanks for your bug report. This is a bug in your code, not one in the
compiler.
Please note that gcc-bugs is for reporting bugs in the compiler, not
for asking questions about C++. Bug reports should *never* be sent to
gcc. Also, your spam protection is very annoying.
For these reasons, I won't investigate your other bug reports - I feel
I'm wasting my time doing so.
Regards,
Martin