You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stdcxx.apache.org by Nick Gunn <gu...@roguewave.com> on 2005/07/29 07:04:19 UTC

[PATCH] LDBL_MIN, LDBL_MAX incorrectly in overridden in float.h for INTEL C++ 8.1 on SLES9

 
float.h header file was incorrectly re-defining LDBL_MIN and MAX
 
 
Change 177067 by gunn@t_s_gunn_ed8_sgi_sles9
<ma...@t_s_gunn_ed8_sgi_sles9>  on 2005/07/26 11:16:08
 
 fixed a bug where overriding LDBL_MIN & _MAX caused problems for the intel
compiler.
 
Affected files ...
 
... //stdlib/4.1.1-rel/include/ansi/float.h#3 edit
 
Differences ...
 
==== //stdlib/4.1.1-rel/include/ansi/float.h#3 (ktext) ====
 
5c5
<  * $Id: //stdlib/4.1.1-rel/include/ansi/float.h#2 $
---
>  * $Id: //stdlib/4.1.1-rel/include/ansi/float.h#3 $
41,42c41,42
< #  if defined (__EDG__) && defined (__GLIBC__)
< 
---
> #  if defined (__EDG__) && defined (__GLIBC__) && !defined
(__INTEL_COMPILER)
>  
 
Nick Gunn
Sr Consultant
Rogue Wave Software, A QUOVADX division.
direct: 303.545.3191
cell: 720.938.1907
fax: 303.473.9137