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:01:42 UTC

[PATCH] LDBL_MIN, LDBL_MAX, RWSTD_LDBL_MIN, RWSTD_LDBL_MAX incorr ectly in set in LIMITS test for INTEL C++ 8.1 on SLES9

Change 177064 by gunn@t_s_gunn_ed8_sgi_sles9
<ma...@t_s_gunn_ed8_sgi_sles9>  on 2005/07/26 10:03:27
 
 changed to fix an a bug where overriding LDBL_MIN and MAX for any compiler
based on the EDG compiler causes problems for the intel compiler
 
Affected files ...
 
... //stdlib/4.1.1-rel/etc/stdlib/config/src/LIMITS.cpp#2 edit
 
Differences ...
 
==== //stdlib/4.1.1-rel/etc/stdlib/config/src/LIMITS.cpp#2 (text+ko) ====
 
19c19
< #  if defined (__EDG__) && defined (__linux__)
---
> #  if defined (__EDG__) && defined (__linux__) && !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