Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 12429 invoked from network); 30 Jun 2008 19:44:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jun 2008 19:44:39 -0000 Received: (qmail 64245 invoked by uid 500); 30 Jun 2008 19:44:40 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 64227 invoked by uid 500); 30 Jun 2008 19:44:40 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 64216 invoked by uid 99); 30 Jun 2008 19:44:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 12:44:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.roguewave.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jun 2008 19:43:50 +0000 Received: from nebula.bco.roguewave.com ([10.70.3.27]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m5UJg9uF032638 for ; Mon, 30 Jun 2008 19:42:09 GMT Message-ID: <48693711.8030403@roguewave.com> Date: Mon, 30 Jun 2008 13:42:09 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: svn commit: r672048 - /stdcxx/branches/4.3.x/tests/utilities/ References: <20080626224823.1F91323889F3@eris.apache.org> In-Reply-To: <20080626224823.1F91323889F3@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org vitek@apache.org wrote: > Author: vitek > Date: Thu Jun 26 15:48:21 2008 > New Revision: 672048 > > URL: http://svn.apache.org/viewvc?rev=672048&view=rev > Log: > 2008-06-27 Travis Vitek > > * tests/utilities/20.forward.cpp [_RWSTD_NO_EXT_CXX_0X]: Add > guard to get test to compile and run when extension is not > explicitly enabled. Include rw/_defs.h explicitly in case > rw_driver.h does not. Every stdcxx header should always end up #including so that no code outside the library needs to (as always, there are unavoidable exceptions). includes the header via which in turn should be #included by every test driver header. Are there any circumstances when this doesn't happen? Martin