Update of /cvsroot/boost/boost/libs/multi_array/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20464

Modified Files:
        index_bases.cpp 
Log Message:
workaround for CW 8.3.


Index: index_bases.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/multi_array/test/index_bases.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index_bases.cpp     7 Feb 2006 00:27:19 -0000       1.7
+++ index_bases.cpp     30 Jun 2006 15:00:30 -0000      1.8
@@ -126,10 +126,18 @@
     B.assign(vals.begin(),vals.end());
     C.assign(vals.begin(),vals.end());
 
+#ifdef BOOST_NO_SFINAE
+    typedef boost::multi_array_types::index index;
+    A.reindex(index(1));
+    C.reindex(index(1));
+    D.reindex(index(1));
+    E.reindex(index(1));
+#else
     A.reindex(1);
     C.reindex(1);
     D.reindex(1);
     E.reindex(1);
+#endif
 
     for (size_type a = 0; a < A.shape()[0]; ++a)
       for (size_type b = 0; b < A.shape()[1]; ++b)


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

Reply via email to