Update of /cvsroot/boost/boost/boost/interprocess/smart_ptr/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19387/smart_ptr/detail

Modified Files:
        bad_weak_ptr.hpp shared_count.hpp sp_counted_base.hpp 
        sp_counted_base_atomic.hpp sp_counted_base_pt.hpp 
        sp_counted_base_w32.hpp sp_counted_impl.hpp 
Log Message:
Changes to correct regression tests for intel-win-9.1 & cw-9.4

Index: bad_weak_ptr.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/smart_ptr/detail/bad_weak_ptr.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bad_weak_ptr.hpp    12 Jun 2006 17:23:17 -0000      1.1
+++ bad_weak_ptr.hpp    12 May 2007 12:51:19 -0000      1.2
@@ -3,7 +3,7 @@
 // This file is the adaptation for Interprocess of 
boost/detail/bad_weak_ptr.hpp
 //
 // (C) Copyright Peter Dimov and Multi Media Ltd. 2001, 2002, 2003
-// (C) Copyright Ion Gaztañaga 2006. Distributed under the Boost
+// (C) Copyright Ion Gaztanaga 2006. Distributed under the Boost
 // Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 //

Index: shared_count.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/smart_ptr/detail/shared_count.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- shared_count.hpp    12 Jun 2006 17:23:17 -0000      1.1
+++ shared_count.hpp    12 May 2007 12:51:20 -0000      1.2
@@ -4,7 +4,7 @@
 //
 // (C) Copyright Peter Dimov and Multi Media Ltd. 2001, 2002, 2003
 // (C) Copyright Peter Dimov 2004-2005
-// (C) Copyright Ion Gaztañaga 2006. Distributed under the Boost
+// (C) Copyright Ion Gaztanaga 2006. Distributed under the Boost
 // Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 //
@@ -184,8 +184,8 @@
    const_deleter_pointer get_deleter() const
    {  return m_pi ? m_pi->get_deleter() : 0; }
 
-   const_allocator_pointer get_allocator() const
-   {  return m_pi ? m_pi->get_allocator() : 0; }
+//   const_allocator_pointer get_allocator() const
+//   {  return m_pi ? m_pi->get_allocator() : 0; }
 
    template<class T2, class A2, class D2>
    bool internal_equal (shared_count<T2, A2, D2> const & other) const

Index: sp_counted_base.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/smart_ptr/detail/sp_counted_base.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sp_counted_base.hpp 4 May 2007 20:53:10 -0000       1.2
+++ sp_counted_base.hpp 12 May 2007 12:51:20 -0000      1.3
@@ -11,7 +11,7 @@
 //  files of boost/detail/sp_counted_base.hpp
 //
 //  Copyright 2005 Peter Dimov
-//  Copyright 2006 Ion Gaztañaga
+//  Copyright 2006 Ion Gaztanaga
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Index: sp_counted_base_atomic.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/smart_ptr/detail/sp_counted_base_atomic.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sp_counted_base_atomic.hpp  4 May 2007 21:10:05 -0000       1.1
+++ sp_counted_base_atomic.hpp  12 May 2007 12:51:20 -0000      1.2
@@ -9,7 +9,7 @@
 
 //  Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
 //  Copyright 2004-2005 Peter Dimov
-//  Copyright 2007 Ion Gaztañaga
+//  Copyright 2007 Ion Gaztanaga
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Index: sp_counted_base_pt.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/smart_ptr/detail/sp_counted_base_pt.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sp_counted_base_pt.hpp      12 Jun 2006 17:23:17 -0000      1.1
+++ sp_counted_base_pt.hpp      12 May 2007 12:51:20 -0000      1.2
@@ -14,7 +14,7 @@
 //
 //  Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
 //  Copyright 2004-2005 Peter Dimov
-//  Copyright 2006 Ion Gaztañaga
+//  Copyright 2006 Ion Gaztanaga
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Index: sp_counted_base_w32.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/smart_ptr/detail/sp_counted_base_w32.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sp_counted_base_w32.hpp     15 Oct 2006 13:11:07 -0000      1.2
+++ sp_counted_base_w32.hpp     12 May 2007 12:51:20 -0000      1.3
@@ -14,7 +14,7 @@
 //
 //  Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
 //  Copyright 2004-2005 Peter Dimov
-//  Copyright 2006 Ion Gaztañaga
+//  Copyright 2006 Ion Gaztanaga
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at

Index: sp_counted_impl.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/interprocess/smart_ptr/detail/sp_counted_impl.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sp_counted_impl.hpp 12 Jun 2006 17:23:17 -0000      1.1
+++ sp_counted_impl.hpp 12 May 2007 12:51:20 -0000      1.2
@@ -13,7 +13,7 @@
 //
 //  Copyright (c) 2001, 2002, 2003 Peter Dimov and Multi Media Ltd.
 //  Copyright 2004-2005 Peter Dimov
-//  Copyright 2006      Ion Gaztañaga
+//  Copyright 2006      Ion Gaztanaga
 //
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at
@@ -43,6 +43,8 @@
    typedef sp_counted_impl_pd<A, D>          this_type;
    typedef typename A::template rebind
       <this_type>::other                     this_allocator;
+   typedef typename A::template rebind
+      <const this_type>::other               const_this_allocator;
    typedef typename this_allocator::pointer  this_pointer;
 
    sp_counted_impl_pd( sp_counted_impl_pd const & );


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to