Update of /cvsroot/boost/boost/boost/multi_array
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4153
Modified Files:
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.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- index_range.hpp 26 Jun 2006 06:25:50 -0000 1.9
+++ index_range.hpp 26 Jun 2006 16:38:16 -0000 1.10
@@ -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