Nooooooo!
Why would they! ;)

Well I still think they're a great shorthand.


On 4 March 2013 07:38, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:
On 3/3/13 9:42 AM, Manu wrote:
GCC has min and max operators, and the syntax is very clever:
   min = a <? b;
   max = a >? b;
Ie, a shorthand of the ?: operator, in a similar way that C# has '??'
(another really nice shorthand).

Gone. http://gcc.gnu.org/onlinedocs/gcc/Deprecated-Features.html

Andrei