Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 22425 invoked from network); 3 Jul 2008 22:19:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 22:19:01 -0000 Received: (qmail 8997 invoked by uid 500); 3 Jul 2008 22:19:02 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 8985 invoked by uid 500); 3 Jul 2008 22:19:02 -0000 Mailing-List: contact commits-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 commits@stdcxx.apache.org Received: (qmail 8976 invoked by uid 99); 3 Jul 2008 22:19:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 15:19:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 22:18:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 01F7323889BB; Thu, 3 Jul 2008 15:18:40 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r673851 - /stdcxx/branches/4.3.x/include/functional Date: Thu, 03 Jul 2008 22:18:39 -0000 To: commits@stdcxx.apache.org From: vitek@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080703221840.01F7323889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vitek Date: Thu Jul 3 15:18:39 2008 New Revision: 673851 URL: http://svn.apache.org/viewvc?rev=673851&view=rev Log: 2008-07-03 Travis Vitek * include/functional [_RWSTD_NO_EXT_CXX_0X]: Move include into conditional block to avoid problems compiling test 17.names.cpp Modified: stdcxx/branches/4.3.x/include/functional Modified: stdcxx/branches/4.3.x/include/functional URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/include/functional?rev=673851&r1=673850&r2=673851&view=diff ============================================================================== --- stdcxx/branches/4.3.x/include/functional (original) +++ stdcxx/branches/4.3.x/include/functional Thu Jul 3 15:18:39 2008 @@ -45,9 +45,9 @@ #include -#include #ifndef _RWSTD_NO_EXT_CXX_0X +# include # include #endif