Update of /cvsroot/boost/boost/status
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21591
Modified Files:
explicit-failures-markup.xml
Log Message:
Merge v2 explicit markup changes from RC_1_34_0
Index: explicit-failures-markup.xml
===================================================================
RCS file: /cvsroot/boost/boost/status/explicit-failures-markup.xml,v
retrieving revision 1.500
retrieving revision 1.501
diff -u -d -r1.500 -r1.501
--- explicit-failures-markup.xml 30 Oct 2006 06:41:36 -0000 1.500
+++ explicit-failures-markup.xml 9 Nov 2006 04:41:20 -0000 1.501
@@ -20,17 +20,17 @@
-->
<!-- /////////////// Toolsets /////////////// -->
- <mark-toolset name="borland-5_6_4" status="required"/>
- <mark-toolset name="borland-5_8_2" status="required"/>
+ <mark-toolset name="borland-5.6.4" status="required"/>
+ <mark-toolset name="borland-5.8.2" status="required"/>
<mark-toolset name="cw-9.4" status="required"/>
- <mark-toolset name="vc-6_5" status="required"/>
- <mark-toolset name="vc-6_5-stlport" status="required"/>
- <mark-toolset name="vc-7_0" status="required"/>
[...2980 lines suppressed...]
+ This problem is due to the non-conforming STLport
+ implementation of vector's swap: it can be easily
+ reproduced with the following code snippet:
+ typedef std::vector<int> vector_type;
+ typedef vector_type::reference reference_type;
+ vector_type v1(4u, 1);
+ vector_type v2(7u, 0);
+ reference_type ref = v1[2];
+ int x = ref;
+ std::swap(v1, v2);
+ BOOST_CHECK(v2[2] == x); // ok
+ v2[2] = 1 - v2[2];
+ BOOST_CHECK(ref != x); // oops
+ </note>
+</explicit-failures-markup>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs