Your message dated Sat, 18 Mar 2006 15:27:32 +0100
with message-id <[EMAIL PROTECTED]>
and subject line [pkg-boost-devel] Bug#336848: libboost-dev: Cannot compile 
progam using boost::ptr_map with -frepo
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libboost-dev
Version: 1.33.0-2
Severity: normal


Maybe I am doing something wrong, but with this program

--- file.cpp
#include <boost/ptr_container/ptr_map.hpp>

int main()
{
        boost::ptr_map<int, int> mint;
        int key = 1;
        mint.insert(key, new int);
        return 0;
}
--- EOF

g++ -c file.cpp --- works
g++ -frepo -c file.cpp --- gives 50kB of error messages

g++ --version
g++ (GCC) 4.0.2 (Debian 4.0.2-2)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (800, 'testing'), (500, 'stable'), (70, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12dwapiii.1.0
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)

Versions of packages libboost-dev depends on:
ii  libstdc++6-4.0-dev [libstdc++ 4.0.2-2    The GNU Standard C++ Library v3 (d

libboost-dev recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
hi Jan,

On Tue, Nov 01, 2005 at 05:53:12PM +0100, Jan Gorski wrote:
> 
> Maybe I am doing something wrong, but with this program
> 
> --- file.cpp
> #include <boost/ptr_container/ptr_map.hpp>
> 
> int main()
> {
>         boost::ptr_map<int, int> mint;
>         int key = 1;
>         mint.insert(key, new int);
>         return 0;
> }
> --- EOF
> 
> g++ -c file.cpp --- works
> g++ -frepo -c file.cpp --- gives 50kB of error messages
> 
> g++ --version
> g++ (GCC) 4.0.2 (Debian 4.0.2-2)
> Copyright (C) 2005 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

i'm closing this bug report. gcc 4.0.3-1 compiles your example file
flawlessly both with and without -frepo. probably it was a compiler bug.

cheers
domenico

-----[ Domenico Andreoli, aka cavok
 --[ http://people.debian.org/~cavok/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50

--- End Message ---

Reply via email to