From ab638ef45dc06dd44f9121a8c32250eb48e622d8 Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Sat, 22 May 2010 22:37:11 +0000 Subject: [PATCH] Added some more comment to [62159] [SVN r62160] --- include/boost/config/compiler/intel.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index cedca29e..1af092fe 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -162,7 +162,8 @@ template<> struct assert_intrinsic_wchar_t {}; // 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