$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62160 - trunk/boost/config/compiler
From: nielsdekker_at_[hidden]
Date: 2010-05-22 18:37:11
Author: niels_dekker
Date: 2010-05-22 18:37:11 EDT (Sat, 22 May 2010)
New Revision: 62160
URL: http://svn.boost.org/trac/boost/changeset/62160
Log:
Added some more comment to [62159]
Text files modified:
trunk/boost/config/compiler/intel.hpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/compiler/intel.hpp
==============================================================================
--- trunk/boost/config/compiler/intel.hpp (original)
+++ trunk/boost/config/compiler/intel.hpp 2010-05-22 18:37:11 EDT (Sat, 22 May 2010)
@@ -162,7 +162,8 @@
// internal error on Intel <= 11.1 (last checked version), as was
// reported by John Maddock, Intel support issue 589832, May 2010.
// Moreover, according to test results from Huang-Vista-x86_32_intel,
-// intel-vc9-win-11.1 may leave a non-POD array uninitialized.
+// intel-vc9-win-11.1 may leave a non-POD array uninitialized, in some
+// cases when it should be value-initialized.
// (Niels Dekker, LKEB, May 2010)
#if defined(__INTEL_COMPILER)
# if __INTEL_COMPILER <= 1110