[pkg-boost-commits] r14029 - in boost/branches/debian-1.33.1: boost
debian
Domenico Andreoli
cavok at alioth.debian.org
Tue Nov 21 12:24:32 CET 2006
Author: cavok
Date: 2006-11-21 12:24:32 +0100 (Tue, 21 Nov 2006)
New Revision: 14029
Modified:
boost/branches/debian-1.33.1/boost/property_map_iterator.hpp
boost/branches/debian-1.33.1/debian/changelog
Log:
added missing namespace qualifier
Modified: boost/branches/debian-1.33.1/boost/property_map_iterator.hpp
===================================================================
--- boost/branches/debian-1.33.1/boost/property_map_iterator.hpp 2006-11-09 11:46:47 UTC (rev 14028)
+++ boost/branches/debian-1.33.1/boost/property_map_iterator.hpp 2006-11-21 11:24:32 UTC (rev 14029)
@@ -63,7 +63,7 @@
{
- friend class iterator_core_access;
+ friend class boost::iterator_core_access;
typedef iterator_adaptor< readable_pmap_iter< Iterator, ReadablePropertyMap >,
Iterator,
Modified: boost/branches/debian-1.33.1/debian/changelog
===================================================================
--- boost/branches/debian-1.33.1/debian/changelog 2006-11-09 11:46:47 UTC (rev 14028)
+++ boost/branches/debian-1.33.1/debian/changelog 2006-11-21 11:24:32 UTC (rev 14029)
@@ -1,3 +1,9 @@
+boost (1.33.1-9) unstable; urgency=low
+
+ * boost/property_map_iterator.hpp: added missing namespace. Closes: #397654.
+
+ -- Domenico Andreoli <cavok at debian.org> Tue, 21 Nov 2006 12:21:42 +0100
+
boost (1.33.1-8) unstable; urgency=low
* Synchronized with Ubuntu.
More information about the pkg-boost-commits
mailing list