Update of /cvsroot/boost/boost/boost/xpressive/detail/utility
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11470/detail/utility

Modified Files:
        tracking_ptr.hpp 
Log Message:
work around gcc-4.1 bug

Index: tracking_ptr.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/detail/utility/tracking_ptr.hpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- tracking_ptr.hpp    27 Jul 2006 10:27:37 -0000      1.13
+++ tracking_ptr.hpp    23 Oct 2006 20:27:45 -0000      1.14
@@ -69,8 +69,8 @@
         this->satisfy_();
     }
 
-private:
-    friend class iterator_core_access;
+//private:
+//    friend class iterator_core_access;
 
     shared_ptr<Derived> const &dereference() const
     {
@@ -88,6 +88,7 @@
         return this->iter_ == that.iter_;
     }
 
+private:
     void satisfy_()
     {
         while(this->iter_ != this->set_->end())


-------------------------------------------------------------------------
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