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

Modified Files:
      Tag: RC_1_34_0
        index_range.hpp 
Log Message:
merged from trunk to branch

Index: index_range.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/multi_array/index_range.hpp,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -u -d -r1.8 -r1.8.2.1
--- index_range.hpp     2 Mar 2006 21:30:15 -0000       1.8
+++ index_range.hpp     26 Jun 2006 06:49:50 -0000      1.8.2.1
@@ -31,6 +31,13 @@
 
   template <typename Index,typename SizeType>
   class index_range {
+  private:
+    static index from_start()
+      { return (std::numeric_limits<index>::min)(); }
+
+    static index to_end()
+      { return (std::numeric_limits<index>::max)(); }
+
   public:
     typedef Index index;
     typedef SizeType size_type;
@@ -132,12 +139,6 @@
 
     // add conversion to std::slice?
 
-  private:
-    static index from_start()
-      { return (std::numeric_limits<index>::min)(); }
-
-    static index to_end()
-      { return (std::numeric_limits<index>::max)(); }
   public:
     index start_, finish_, stride_;
     bool degenerate_;


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