[pkg-boost-commits] r13991 - in boost/branches/debian-1.33.1: boost debian

Domenico Andreoli cavok at costa.debian.org
Thu Jul 20 10:26:55 UTC 2006


Author: cavok
Date: 2006-07-20 10:26:54 +0000 (Thu, 20 Jul 2006)
New Revision: 13991

Modified:
   boost/branches/debian-1.33.1/boost/bind.hpp
   boost/branches/debian-1.33.1/debian/changelog
Log:
added missing header in boost/bind.hpp. fixes #376747.

Modified: boost/branches/debian-1.33.1/boost/bind.hpp
===================================================================
--- boost/branches/debian-1.33.1/boost/bind.hpp	2006-07-20 10:07:03 UTC (rev 13990)
+++ boost/branches/debian-1.33.1/boost/bind.hpp	2006-07-20 10:26:54 UTC (rev 13991)
@@ -27,6 +27,7 @@
 #include <boost/type.hpp>
 #include <boost/bind/arg.hpp>
 #include <boost/detail/workaround.hpp>
+#include <boost/visit_each.hpp>
 
 // Borland-specific bug, visit_each() silently fails to produce code
 

Modified: boost/branches/debian-1.33.1/debian/changelog
===================================================================
--- boost/branches/debian-1.33.1/debian/changelog	2006-07-20 10:07:03 UTC (rev 13990)
+++ boost/branches/debian-1.33.1/debian/changelog	2006-07-20 10:26:54 UTC (rev 13991)
@@ -2,8 +2,10 @@
 
   * CSS file for HTML documentation is now correctly installed.
     Closes: #358986.
+  
+  * Added missing header in boost/bind.hpp.  Closes: #376747.
 
- -- Domenico Andreoli <cavok at debian.org>  Tue, 27 Jun 2006 17:14:05 +0200
+ -- Domenico Andreoli <cavok at debian.org>  Thu, 20 Jul 2006 12:25:45 +0200
 
 boost (1.33.1-4) unstable; urgency=low
 




More information about the pkg-boost-commits mailing list