Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2008-04-12 12:42:29


Author: johnmaddock
Date: 2008-04-12 12:42:28 EDT (Sat, 12 Apr 2008)
New Revision: 44352
URL: http://svn.boost.org/trac/boost/changeset/44352

Log:
Remove test row that causes problems for VC-7.1 due to a compiler bug.
Text files modified:
   trunk/libs/math/test/expinti_data.ipp | 5 ++---
   1 files changed, 2 insertions(+), 3 deletions(-)

Modified: trunk/libs/math/test/expinti_data.ipp
==============================================================================
--- trunk/libs/math/test/expinti_data.ipp (original)
+++ trunk/libs/math/test/expinti_data.ipp 2008-04-12 12:42:28 EDT (Sat, 12 Apr 2008)
@@ -1,5 +1,5 @@
 #define SC_(x) static_cast<T>(BOOST_JOIN(x, L))
- static const boost::array<boost::array<T, 2>, 337> expinti_data = {{
+ static const boost::array<boost::array<T, 2>, 336> expinti_data = {{
       { SC_(-49.689971923828125), SC_(-0.5189914452467706181911213069148082266893e-23) },
       { SC_(-49.490234375), SC_(-0.6362401135264284153452455085506782750647e-23) },
       { SC_(-49.47381591796875), SC_(-0.6469829627301154800340680350229540167762e-23) },
@@ -335,8 +335,7 @@
       { SC_(59.21694183349609375), SC_(896756596017748427943431.7704197691518272) },
       { SC_(59.3475341796875), SC_(1019568455497745443792447.961272554810421) },
       { SC_(59.574817657470703125), SC_(1274778904679711262832523.146694528881756) },
- { SC_(59.610748291015625), SC_(1320604762679106118330023.701104305685706) },
- { SC_(114.701263427734375), SC_(0.5733168299717727201285049464972941664115e48) }
+ { SC_(59.610748291015625), SC_(1320604762679106118330023.701104305685706) }
    }};
 #undef SC_
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk