Update of /cvsroot/boost/boost/boost/multi_array
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27191/boost/multi_array
Modified Files:
index_range.hpp
Log Message:
moved up some decls so that they are visible to CW 8.3 as part of another
memfuns' default args
Index: index_range.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/multi_array/index_range.hpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- index_range.hpp 2 Mar 2006 21:30:15 -0000 1.8
+++ index_range.hpp 26 Jun 2006 06:25:50 -0000 1.9
@@ -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