[pkg-boost-devel] Bug#397654: libboost-dev: missing namespace qualifier in property_map_iterator.hpp

Christian Frommeyer christian.frommeyer at stud.uni-karlsruhe.de
Wed Nov 8 17:45:13 CET 2006


Package: libboost-dev
Version: 1.33.1-8
Severity: important
Tags: patch

Hi,

I just tried to compile the svn version of the parallel boost graph library from
http://www.osl.iu.edu/research/pbgl/

I got a rather longish error telling me basically that
readable_pmap_iter<Iterator, ReadablePropertyMap>::dereference() const
is private (Invoked from iterator_core_access)

After looking into property_map_iterator.hpp and
iterator/iterator_facade.hpp I tried to change line 66 from
friend class iterator_core_access;
to
friend class boost::iterator_core_access;

which did the job for me.

hth Chris

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-skogtun-amd64
Locale: LANG=de_DE at euro, LC_CTYPE=de_DE at euro (charmap=ISO-8859-15)

Versions of packages libboost-dev depends on:
ii  libstdc++5-3.3-dev [libst 1:3.3.6-13     The GNU Standard C++ Library v3 (d
ii  libstdc++6-4.0-dev [libst 4.0.3-7        The GNU Standard C++ Library v3 (d
ii  libstdc++6-4.1-dev [libst 4.1.1-17       The GNU Standard C++ Library v3 (d
ii  libstdc++6-4.2-dev [libst 4.2-20060709-1 The GNU Standard C++ Library v3 (d

libboost-dev recommends no packages.

-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: property_map_iterator.hpp.diff
Type: text/x-c++
Size: 103 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-boost-devel/attachments/20061108/e1427bc4/property_map_iterator.hpp.bin


More information about the pkg-boost-devel mailing list