Update of /cvsroot/boost/boost/boost/multi_array
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4685
Modified Files:
Tag: RC_1_34_0
index_range.hpp
Log Message:
Applied patch broke MSVC 7.1 and 8.0
Index: index_range.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/multi_array/index_range.hpp,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- index_range.hpp 26 Jun 2006 06:49:50 -0000 1.8.2.1
+++ index_range.hpp 26 Jun 2006 16:40:21 -0000 1.8.2.2
@@ -31,6 +31,10 @@
template <typename Index,typename SizeType>
class index_range {
+ public:
+ typedef Index index;
+ typedef SizeType size_type;
+
private:
static index from_start()
{ return (std::numeric_limits<index>::min)(); }
@@ -39,8 +43,6 @@
{ return (std::numeric_limits<index>::max)(); }
public:
- typedef Index index;
- typedef SizeType size_type;
index_range()
{
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