Your message dated Sat, 16 Aug 2003 09:43:05 +0200 with message-id <[EMAIL PROTECTED]> and subject line Implicit Conversion Allowed in Container Object Insertion 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) -------------------------------------- Received: (at submit) by bugs.debian.org; 9 Jun 2003 15:11:45 +0000 >From [EMAIL PROTECTED] Mon Jun 09 10:11:44 2003 Return-path: <[EMAIL PROTECTED]> Received: from 66-147-137-4.netarx.com (exchange.netarx.com) [66.147.137.4] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19POJD-0005lV-00; Mon, 09 Jun 2003 10:11:44 -0500 Received: from netarx.com ([10.0.0.222]) by exchange.netarx.com with Microsoft SMTPSVC(5.0.2195.3779); Mon, 9 Jun 2003 11:11:41 -0400 Message-ID: <[EMAIL PROTECTED]> Date: Mon, 09 Jun 2003 11:11:40 -0400 From: Fredrick Paul Eisele <[EMAIL PROTECTED]> User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030527 Debian/1.3.1-2 X-Accept-Language: en MIME-Version: 1.0 To: [EMAIL PROTECTED] Subject: Implicit Conversion Allowed in Container Object Insertion Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Jun 2003 15:11:41.0616 (UTC) FILETIME=[6E8DB300:01C32E99] Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-12.3 required=4.0 tests=BAYES_10,HAS_PACKAGE,USER_AGENT_MOZILLA_UA autolearn=ham version=2.53-bugs.debian.org_2003_05_24 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 (1.174.2.15-2003-03-30-exp) Package: libstdc++5-dev Version: 3.2.3-4 Severity: wishlist Tags: upstream /usr/include/c++/3.2/bits/stl_vector.h:893: no matching function for call to `Field::Field(const Field&)' ...where ... /usr/include/c++/3.2/bits/stl_vector.h:893: _Tp __x_copy = __x; ... the intended constructor is ... explicit Field( Field const & f) ... the difficulty can be resolved by the user code not having an explicit constructor... Field( Field const & f) ...or by not using an implicit conversion... /usr/include/c++/3.2/bits/stl_vector.h:893: _Tp __x_copy(__x); I believe the explicit constructor should be preferred. --------------------------------------- Received: (at 196754-done) by bugs.debian.org; 16 Aug 2003 07:47:29 +0000 >From [EMAIL PROTECTED] Sat Aug 16 02:47:26 2003 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 19nvmV-0003CM-00; Sat, 16 Aug 2003 02:47:24 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id JAA25561 for <[EMAIL PROTECTED]>; Sat, 16 Aug 2003 09:43:05 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h7G7h5421101; Sat, 16 Aug 2003 09:43:05 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Sat, 16 Aug 2003 09:43:05 +0200 To: [EMAIL PROTECTED] Subject: Re: Implicit Conversion Allowed in Container Object Insertion X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-1.0 required=4.0 tests=USER_AGENT_VM version=2.53-bugs.debian.org_2003_8_15 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_8_15 (1.174.2.15-2003-03-30-exp) Closing the report. No feedback on Martin's questions.