From 623579d64c12b84cf1525c91df75a6cbc8d2720f Mon Sep 17 00:00:00 2001 From: Niels Dekker Date: Tue, 18 May 2010 07:32:01 +0000 Subject: [PATCH] Oops, fixed #define BOOST_DETAIL_NO_COMPLETE_VALUE_INITIALIZATION_SKIP_PTR_TO_MEMBER_ARRAY (error detected by Sandia-intel-11.0-64) [SVN r62077] --- test/boost_no_com_value_init.ipp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/boost_no_com_value_init.ipp b/test/boost_no_com_value_init.ipp index e23618b6..37054279 100644 --- a/test/boost_no_com_value_init.ipp +++ b/test/boost_no_com_value_init.ipp @@ -524,7 +524,7 @@ namespace boost_no_complete_value_initialization // The following macro indicates that initialization of m_ptr_to_member_array must be skipped. // Such an initialization triggered an internal error (assertion failed at: "shared/edgglue/edg_expr.c", // line 2859) on Intel <= 11.1 (Intel support issue 589832, reported by John Maddock, May 2010). - BOOST_DETAIL_NO_COMPLETE_VALUE_INITIALIZATION_SKIP_PTR_TO_MEMBER_ARRAY + #define BOOST_DETAIL_NO_COMPLETE_VALUE_INITIALIZATION_SKIP_PTR_TO_MEMBER_ARRAY #endif #endif @@ -1024,7 +1024,7 @@ namespace boost_no_complete_value_initialization << num_failures_of_temporaries << '+' << num_failures_of_heap_objects << "): " << total_num_failures - << "\nDetected by boost_no_complete_value_initialization::test() revision 27." + << "\nDetected by boost_no_complete_value_initialization::test() revision 28." << std::endl; } return static_cast(total_num_failures);