<p><br>
On Mar 3, 2013 9:41 PM, "Andrei Alexandrescu" <<a href="mailto:SeeWebsiteForEmail@erdani.org">SeeWebsiteForEmail@erdani.org</a>> wrote:<br>
><br>
> On 3/3/13 9:42 AM, Manu wrote:<br>
>><br>
>> GCC has min and max operators, and the syntax is very clever:<br>
>>    min = a <? b;<br>
>>    max = a >? b;<br>
>> Ie, a shorthand of the ?: operator, in a similar way that C# has '??'<br>
>> (another really nice shorthand).<br>
><br>
><br>
> Gone. <a href="http://gcc.gnu.org/onlinedocs/gcc/Deprecated-Features.html">http://gcc.gnu.org/onlinedocs/gcc/Deprecated-Features.html</a><br>
><br>
> Andrei<br>
><br>
></p>
<p>And good riddance too. </p>
<p>Regards<br>
-- <br>
Iain Buclaw</p>
<p>*(p < e ? p++ : p) = (c & 0x0f) + '0';<br>
</p>