$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2008-01-05 09:44:21
Author: bemandawes
Date: 2008-01-05 09:44:21 EST (Sat, 05 Jan 2008)
New Revision: 42477
URL: http://svn.boost.org/trac/boost/changeset/42477
Log:
Merge from trunk: Disable Microsoft "secure" overloads in Dinkumware libraries since they cause compile errors with Intel versions 9 and 10
Text files modified: 
   branches/release/tools/build/v2/tools/intel-win.jam |     4 ++++                                    
   1 files changed, 4 insertions(+), 0 deletions(-)
Modified: branches/release/tools/build/v2/tools/intel-win.jam
==============================================================================
--- branches/release/tools/build/v2/tools/intel-win.jam	(original)
+++ branches/release/tools/build/v2/tools/intel-win.jam	2008-01-05 09:44:21 EST (Sat, 05 Jan 2008)
@@ -78,6 +78,10 @@
 
     # Enable ADL
     C++FLAGS += -Qoption,c,--arg_dep_lookup ; #"c" works for C++, too
+    
+    # Disable Microsoft "secure" overloads in Dinkumware libraries
+    # since they cause compile errors with Intel versions 9 and 10    
+    C++FLAGS += -D_SECURE_SCL=0 ;
 
     if $(major) > 5
     {