Boost logo

Boost :

From: Jonathan Brandmeyer (jbrandmeyer_at_[hidden])
Date: 2004-09-25 15:27:09


On Sat, 2004-09-25 at 11:38, Stefan Slapeta wrote:
> This is not a new failure, but the failure is reported for the first
> time. Please could anybody have a look at it?
>
> See http://tinyurl.com/4n2fx
>
> Thanks,
>
> Stefan

Please try this patch.

Thanks,
-Jonathan

===================================================================
RCS file: /cvsroot/boost/boost/libs/python/test/slice.cpp,v
retrieving revision 1.10
diff -u -r1.10 slice.cpp
--- slice.cpp 24 Sep 2004 02:47:14 -0000 1.10
+++ slice.cpp 25 Sep 2004 20:25:50 -0000
@@ -82,7 +82,7 @@
 bool accept_slice( slice) { return true; }

 #if BOOST_WORKAROUND( BOOST_MSVC, BOOST_TESTED_AT(1400)) \
- || BOOST_WORKAROUND( BOOST_INTEL_WIN, == 710)
+ || BOOST_WORKAROUND( BOOST_INTEL_WIN, BOOST_TESTED_AT( 800))
 int check_slice_get_indicies(slice index);
 #endif
 int check_slice_get_indicies(const slice index)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk