From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28459 invoked by alias); 7 Sep 2005 20:19:27 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28448 invoked by uid 48); 7 Sep 2005 20:19:24 -0000 Date: Wed, 07 Sep 2005 20:19:00 -0000 Message-ID: <20050907201924.28446.qmail@sourceware.org> From: "bangerth at dealii dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050907170304.23767.afra@cs.stanford.edu> References: <20050907170304.23767.afra@cs.stanford.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug libstdc++/23767] std::vector iterator implementation wrong X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00870.txt.bz2 List-Id: ------- Additional Comments From bangerth at dealii dot org 2005-09-07 20:19 ------- If you add a third argument to the constructor, don't you somehow have to add the old constructor with its two-argument signature to the library to allow old programs to link against the new library? How would you do that in this case? W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23767