Re: Strange builtin operator

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Cage@xxxxxxxxxx wrote:
> Hello!
>
> I using GCC 3.3.1
> What is the "operator+(int, const char*) <built-in>"?
the one you get with
	int i;
	char const *p;

i + p; // here

> Can I disable this operator, like it was in 3.2?
no, that would have been a bug

nathan

--
Nathan Sidwell    ::   http://www.codesourcery.com   ::     CodeSourcery LLC
         The voices in my head said this was stupid too
nathan@xxxxxxxxxxxxxxxx    ::     http://www.planetfall.pwp.blueyonder.co.uk



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux