[pkg-boost-commits] r14504 - boost/branches/1.39.0/debian/patches

Steven Michael Robbins smr at alioth.debian.org
Sun Sep 27 14:52:31 UTC 2009


Author: smr
Date: 2009-09-27 14:52:29 +0000 (Sun, 27 Sep 2009)
New Revision: 14504

Modified:
   boost/branches/1.39.0/debian/patches/boost-test-invalid-read.patch
Log:
Base class test_unit destructor must be public to call it from framework.

Modified: boost/branches/1.39.0/debian/patches/boost-test-invalid-read.patch
===================================================================
--- boost/branches/1.39.0/debian/patches/boost-test-invalid-read.patch	2009-09-27 06:50:08 UTC (rev 14503)
+++ boost/branches/1.39.0/debian/patches/boost-test-invalid-read.patch	2009-09-27 14:52:29 UTC (rev 14504)
@@ -21,10 +21,11 @@
  
 --- boost1.39-1.39.0.orig/boost/test/unit_test_suite_impl.hpp
 +++ boost1.39-1.39.0/boost/test/unit_test_suite_impl.hpp
-@@ -72,7 +72,7 @@
+@@ -71,8 +71,7 @@
+ 
      void                                increase_exp_fail( unsigned num );
  
- protected:
+-protected:
 -    ~test_unit();
 +    virtual ~test_unit();
  




More information about the pkg-boost-commits mailing list