From commits-return-3616-apmail-stdcxx-commits-archive=stdcxx.apache.org@stdcxx.apache.org Thu Aug 27 10:37:46 2009 Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 70141 invoked from network); 27 Aug 2009 10:37:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 10:37:46 -0000 Received: (qmail 16714 invoked by uid 500); 27 Aug 2009 10:37:46 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 16681 invoked by uid 500); 27 Aug 2009 10:37:46 -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 16672 invoked by uid 99); 27 Aug 2009 10:37:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 10:37:46 +0000 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, 27 Aug 2009 10:37:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D16052388854; Thu, 27 Aug 2009 10:37:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r808357 - in /stdcxx/branches/4.3.x: etc/config/src/ src/ Date: Thu, 27 Aug 2009 10:37:21 -0000 To: commits@stdcxx.apache.org From: faridz@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090827103721.D16052388854@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: faridz Date: Thu Aug 27 10:37:20 2009 New Revision: 808357 URL: http://svn.apache.org/viewvc?rev=808357&view=rev Log: 2009-08-27 Farid Zaripov * etc/config/src/DOMAIN_ERROR_DTOR.cpp: Reverted changed from r777606. * etc/config/src/INVALID_ARGUMENT_DTOR.cpp: Same. * etc/config/src/LENGTH_ERROR_DTOR.cpp: Same. * etc/config/src/LOGIC_ERROR_DTOR.cpp: Same. * etc/config/src/OUT_OF_RANGE_DTOR.cpp: Same. * etc/config/src/OVERFLOW_ERROR_DTOR.cpp: Same. * etc/config/src/RANGE_ERROR_DTOR.cpp: Same. * etc/config/src/RUNTIME_ERROR_DTOR.cpp: Same. * etc/config/src/UNDERFLOW_ERROR_DTOR.cpp: Same. * src/domain_error.cpp: Same. * src/invalid_argument.cpp: Same. * src/length_error.cpp: Same. * src/logic_error.cpp: Same. * src/out_of_range.cpp: Same. * src/overflow_error.cpp: Same. * src/range_error.cpp: Same. * src/runtime_error.cpp: Same. * src/underflow_error.cpp: Same. Removed: stdcxx/branches/4.3.x/etc/config/src/DOMAIN_ERROR_DTOR.cpp stdcxx/branches/4.3.x/etc/config/src/INVALID_ARGUMENT_DTOR.cpp stdcxx/branches/4.3.x/etc/config/src/LENGTH_ERROR_DTOR.cpp stdcxx/branches/4.3.x/etc/config/src/LOGIC_ERROR_DTOR.cpp stdcxx/branches/4.3.x/etc/config/src/OUT_OF_RANGE_DTOR.cpp stdcxx/branches/4.3.x/etc/config/src/OVERFLOW_ERROR_DTOR.cpp stdcxx/branches/4.3.x/etc/config/src/RANGE_ERROR_DTOR.cpp stdcxx/branches/4.3.x/etc/config/src/RUNTIME_ERROR_DTOR.cpp stdcxx/branches/4.3.x/etc/config/src/UNDERFLOW_ERROR_DTOR.cpp Modified: stdcxx/branches/4.3.x/src/domain_error.cpp stdcxx/branches/4.3.x/src/invalid_argument.cpp stdcxx/branches/4.3.x/src/length_error.cpp stdcxx/branches/4.3.x/src/logic_error.cpp stdcxx/branches/4.3.x/src/out_of_range.cpp stdcxx/branches/4.3.x/src/overflow_error.cpp stdcxx/branches/4.3.x/src/range_error.cpp stdcxx/branches/4.3.x/src/runtime_error.cpp stdcxx/branches/4.3.x/src/underflow_error.cpp Modified: stdcxx/branches/4.3.x/src/domain_error.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/domain_error.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/domain_error.cpp (original) +++ stdcxx/branches/4.3.x/src/domain_error.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_DOMAIN_ERROR_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ domain_error:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_DOMAIN_ERROR_DTOR - } // namespace std Modified: stdcxx/branches/4.3.x/src/invalid_argument.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/invalid_argument.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/invalid_argument.cpp (original) +++ stdcxx/branches/4.3.x/src/invalid_argument.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_INVALID_ARGUMENT_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ invalid_argument:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_INVALID_ARGUMENT_DTOR - } // namespace std Modified: stdcxx/branches/4.3.x/src/length_error.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/length_error.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/length_error.cpp (original) +++ stdcxx/branches/4.3.x/src/length_error.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_LENGTH_ERROR_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ length_error:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_LENGTH_ERROR_DTOR - } // namespace std Modified: stdcxx/branches/4.3.x/src/logic_error.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/logic_error.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/logic_error.cpp (original) +++ stdcxx/branches/4.3.x/src/logic_error.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_LOGIC_ERROR_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ logic_error:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_LOGIC_ERROR_DTOR - } // namespace std Modified: stdcxx/branches/4.3.x/src/out_of_range.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/out_of_range.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/out_of_range.cpp (original) +++ stdcxx/branches/4.3.x/src/out_of_range.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_OUT_OF_RANGE_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ out_of_range:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_OUT_OF_RANGE_DTOR - } // namespace std Modified: stdcxx/branches/4.3.x/src/overflow_error.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/overflow_error.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/overflow_error.cpp (original) +++ stdcxx/branches/4.3.x/src/overflow_error.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_OVERFLOW_ERROR_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ overflow_error:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_OVERFLOW_ERROR_DTOR - } // namespace std Modified: stdcxx/branches/4.3.x/src/range_error.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/range_error.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/range_error.cpp (original) +++ stdcxx/branches/4.3.x/src/range_error.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_RANGE_ERROR_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ range_error:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_RANGE_ERROR_DTOR - } // namespace std Modified: stdcxx/branches/4.3.x/src/runtime_error.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/runtime_error.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/runtime_error.cpp (original) +++ stdcxx/branches/4.3.x/src/runtime_error.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_RUNTIME_ERROR_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ runtime_error:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_RUNTIME_ERROR_DTOR - } // namespace std Modified: stdcxx/branches/4.3.x/src/underflow_error.cpp URL: http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/src/underflow_error.cpp?rev=808357&r1=808356&r2=808357&view=diff ============================================================================== --- stdcxx/branches/4.3.x/src/underflow_error.cpp (original) +++ stdcxx/branches/4.3.x/src/underflow_error.cpp Thu Aug 27 10:37:20 2009 @@ -32,8 +32,6 @@ _RWSTD_NAMESPACE (std) { -#ifdef _RWSTD_NO_UNDERFLOW_ERROR_DTOR - // outlined to avoid generating a vtable in each translation unit // that uses the class /* virtual */ underflow_error:: @@ -42,6 +40,4 @@ // no-op } -#endif // _RWSTD_NO_UNDERFLOW_ERROR_DTOR - } // namespace std