From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3863 invoked by alias); 19 Jun 2006 17:58:21 -0000 Received: (qmail 3771 invoked by alias); 19 Jun 2006 17:58:14 -0000 Date: Mon, 19 Jun 2006 18:05:00 -0000 Message-ID: <20060619175814.3770.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/28080] header dependencies In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "Woebbeking at web dot de" 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 X-SW-Source: 2006-06/txt/msg01770.txt.bz2 List-Id: ------- Comment #4 from Woebbeking at web dot de 2006-06-19 17:58 ------- Subject: Re: header dependencies On Monday 19 June 2006 11:29, pcarlini at suse dot de wrote: > ------- Comment #1 from pcarlini at suse dot de 2006-06-19 09:29 > Ok, let's see what we can do... Wow, fast reply! I hope you're successful :-) Maybe you could look at STLPort 5.x, AFAIK it's "more" efficient in this case. It also has other nice features like: - STL containers vector, deque, list and slist pointer specialization to limit code bloats (see _STLP_USE_PTR_SPECIALIZATIONS on config file); - Expression template for string concatenation operations (available through the _STLP_USE_TEMPLATE_EXPRESSION config option); Cheers, André -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080