$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: john_at_[hidden]
Date: 2008-04-15 12:36:21
Author: johnmaddock
Date: 2008-04-15 12:36:21 EDT (Tue, 15 Apr 2008)
New Revision: 44432
URL: http://svn.boost.org/trac/boost/changeset/44432
Log:
Attempt fix for Intel on Darwin failures.
Text files modified: 
   trunk/libs/math/test/Jamfile.v2 |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/math/test/Jamfile.v2
==============================================================================
--- trunk/libs/math/test/Jamfile.v2	(original)
+++ trunk/libs/math/test/Jamfile.v2	2008-04-15 12:36:21 EDT (Tue, 15 Apr 2008)
@@ -13,7 +13,8 @@
       <toolset>gcc:<cxxflags>-Wno-missing-braces
       <toolset>darwin:<cxxflags>-Wno-missing-braces
       <toolset>acc:<cxxflags>+W2068,2461,2236,4070,4069
-      <toolset>intel:<cxxflags>-Qwd264,239
+      <toolset>intel:<cxxflags>-Qwd264
+      <toolset>intel:<cxxflags>-Qwd239
       <toolset>intel:<cxxflags>/nologo 
       <toolset>intel-linux:<cxxflags>-wd239 
       <toolset>intel:<linkflags>/nologo