Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54560 - trunk/status
From: nielsdekker_at_[hidden]
Date: 2009-07-01 04:39:03


Author: niels_dekker
Date: 2009-07-01 04:39:01 EDT (Wed, 01 Jul 2009)
New Revision: 54560
URL: http://svn.boost.org/trac/boost/changeset/54560

Log:
Marked value_init_test failure of Intel 9.0, triggered by trying to resolve #2548
Text files modified:
   trunk/status/explicit-failures-markup.xml | 10 ++++++++++
   1 files changed, 10 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2009-07-01 04:39:01 EDT (Wed, 01 Jul 2009)
@@ -5745,6 +5745,16 @@
                 <note refid="3" author="D. Gregor"/>
             </mark-failure>
         </test>
+ <test name="value_init_test">
+ <mark-failure>
+ <toolset name="intel-9.0"/>
+ <note author="Niels Dekker" date="2009-07-01">
+ When I made the conversion from value_initialized&lt;T&gt; to T&amp;
+ const-correct, this specific compiler version gave compile errors.
+ See also: Ticket #2548 - "Let's fix the logical constness of value_initialized!"
+ </note>
+ </mark-failure>
+ </test>
         <mark-expected-failures>
             <test name="value_init_test"/>
             <toolset name="msvc-6.5*"/>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk