Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 63559 invoked from network); 28 Jun 2006 17:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jun 2006 17:55:06 -0000 Received: (qmail 20474 invoked by uid 500); 28 Jun 2006 17:55:06 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 20458 invoked by uid 500); 28 Jun 2006 17:55:06 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 20447 invoked by uid 99); 28 Jun 2006 17:55:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2006 10:55:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jun 2006 10:55:05 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CC201410005 for ; Wed, 28 Jun 2006 17:53:29 +0000 (GMT) Message-ID: <1977406.1151517209833.JavaMail.jira@brutus> Date: Wed, 28 Jun 2006 17:53:29 +0000 (GMT+00:00) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-213) add header guard for #include MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N add header guard for #include ------------------------------------------ Key: STDCXX-213 URL: http://issues.apache.org/jira/browse/STDCXX-213 Project: C++ Standard Library Type: Improvement Versions: 4.1.2, 4.1.3 Environment: all Reporter: Martin Sebor Priority: Minor Moved from the Rogue Wave bug tracking database: ****Created By: dean @ Jun 02, 2004 09:58:11 AM**** Hi Kathy, Here is the request that I have for additional work for RogueWave to do for us. This is a minor request but has some big payback, especially when the RogueWave code is checked into ClearCase. In my simple test, I reduced the number of include files that were opened from 200 to 100! I haven't run the big test yet (the one that opens more than 2,400 header files. The request is to add a different kind of header guard (in addition to the one that is currently being used). For example, instead of the code: #include Use the code: #ifndef _RWSTD_DEFS_H_INCLUDED #include #endif This should be done in all header files and .cc files for all #includes that have header guards. Let me know if this isn't clear or you have questions. Thanks, Bert **** Entered By: dean @ Wednesday, June 02, 2004 9:58:03 AM **** ****Modified By: sebor @ Apr 11, 2005 03:11:29 PM**** This is doable but it has been assumed that modern preprocessors implement this optimization. It would be useful to know what compiler the customer is using. Deferred for now. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira