From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10799 invoked by alias); 1 Sep 2010 22:43:06 -0000 Received: (qmail 10603 invoked by uid 48); 1 Sep 2010 22:42:51 -0000 Date: Wed, 01 Sep 2010 22:43:00 -0000 Message-ID: <20100901224251.10602.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/45488] lower_bound iterator must be default constructible In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "giecrilj at stegny dot 2a dot pl" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-09/txt/msg00152.txt.bz2 ------- Comment #8 from giecrilj at stegny dot 2a dot pl 2010-09-01 22:42 ------- (In reply to comment #5) > We are not adding testcases here, because a forward iterator must be default > constructible. On the other hand, unless we are talking concepts and forcing, the standard library is not prohibited from handling correctly cases when the type passed as forward iterator is not default constructible and the requirement is bogus. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45488