Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 51277 invoked from network); 3 May 2006 15:36:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2006 15:36:30 -0000 Received: (qmail 11754 invoked by uid 500); 3 May 2006 15:36:02 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 11706 invoked by uid 500); 3 May 2006 15:36:00 -0000 Mailing-List: contact stdcxx-commits-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-commits@incubator.apache.org Received: (qmail 11686 invoked by uid 99); 3 May 2006 15:36:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 08:36:00 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 03 May 2006 08:36:00 -0700 Received: (qmail 50722 invoked by uid 65534); 3 May 2006 15:35:35 -0000 Message-ID: <20060503153535.50717.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r399338 - /incubator/stdcxx/trunk/tests/include/rw_char.h Date: Wed, 03 May 2006 15:35:28 -0000 To: stdcxx-commits@incubator.apache.org From: antonp@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: antonp Date: Wed May 3 08:35:17 2006 New Revision: 399338 URL: http://svn.apache.org/viewcvs?rev=399338&view=rev Log: 2006-05-03 Anton Pevtsov * rw_char.h (rw_get_call_counters): Removed _TEST_EXPORT as not needed. Modified: incubator/stdcxx/trunk/tests/include/rw_char.h Modified: incubator/stdcxx/trunk/tests/include/rw_char.h URL: http://svn.apache.org/viewcvs/incubator/stdcxx/trunk/tests/include/rw_char.h?rev=399338&r1=399337&r2=399338&view=diff ============================================================================== --- incubator/stdcxx/trunk/tests/include/rw_char.h (original) +++ incubator/stdcxx/trunk/tests/include/rw_char.h Wed May 3 08:35:17 2006 @@ -428,13 +428,13 @@ _RWSTD_SIZE_T = _RWSTD_SIZE_MAX); // accessors to n_calls array, if it presents -template _TEST_EXPORT +template _RWSTD_SIZE_T* rw_get_call_counters (std::char_traits*, charT*) { return 0; } -template _TEST_EXPORT +template _RWSTD_SIZE_T* rw_get_call_counters (UserTraits*, charT*) { return UserTraits::n_calls_;