cvs commit: ports/multimedia/dvbcut/files patch-playaudio.cpp

Kris Kennaway kris at obsecurity.org
Sun Jun 3 16:53:01 UTC 2007


On Sun, Jun 03, 2007 at 03:45:31PM +0000, Stefan Esser wrote:
> se          2007-06-03 15:45:31 UTC
> 
>   FreeBSD ports repository
> 
>   Added files:
>     multimedia/dvbcut/files patch-playaudio.cpp 
>   Log:
>   Unreak compilation with gcc-4.2: There is one expression containing a
>   binary operator '>?' that is accepted by gcc-3.x but not by gcc-4.2.
>   
>   I did not find the definition of this operator and do not know whether
>   it is an extension found in g++-3.x, but I assume that it is a maximum
>   value operator (a >? b) <==> max(a, b) and this patch implements this
>   operation explicitly instead of via the (unknown in g++-4.2) operator.

Yes, it was a deprecated gcc extension documented in the info pages.

Kris


More information about the cvs-all mailing list