This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Noisy when choosing T::operator Type() vs T::op const Type() const
>>>>> Mark Mitchell <mark@codesourcery.com> writes:
> To me, this particular warning is the kind of thing that goes in a C++
> tutorial, not a compiler warning message. It occurs too often in
> normal bug-free code.
Do you think that is still true after my change? The only complaints I've
heard have had to do with char* vs. const char*.
Jason