From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10877 invoked by alias); 23 Jun 2006 16:48:03 -0000 Received: (qmail 10832 invoked by uid 48); 23 Jun 2006 16:47:55 -0000 Date: Fri, 23 Jun 2006 17:03:00 -0000 Message-ID: <20060623164755.10831.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: "chris at bubblescope dot net" 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/msg02153.txt.bz2 List-Id: ------- Comment #9 from chris at bubblescope dot net 2006-06-23 16:47 ------- I just tried preprocessing vector, as an example. There isn't any obvious low-hanging fruit. The major problem is that most of the C standard libary ends up getting dragged in. I think a better goal would be to make precompiled headers easier to use, and inform users about them, although obviously cutting down on headers would still be a good goal. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28080