Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 54186 invoked from network); 26 Apr 2006 14:12:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Apr 2006 14:12:40 -0000 Received: (qmail 79075 invoked by uid 500); 26 Apr 2006 14:12:40 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 79060 invoked by uid 500); 26 Apr 2006 14:12:40 -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 79049 invoked by uid 99); 26 Apr 2006 14:12:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 07:12:39 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of AntonP@moscow.vdiweb.com designates 195.210.189.132 as permitted sender) Received: from [195.210.189.132] (HELO mail.moscow.vdiweb.com) (195.210.189.132) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Apr 2006 07:12:39 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: exercising string's use of traits Date: Wed, 26 Apr 2006 18:12:32 +0400 Message-ID: <4D6A8407B7AC6F4D95B0E55C4E7C4C62041BA205@exmsk.moscow.vdiweb.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: exercising string's use of traits Thread-Index: AcZoz8DR+06vwoGsT5SYGDXK6OSd7QAatUnQ From: "Anton Pevtsov" To: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ok, I'll add this verification. Thanks, Anton Pevtsov -----Original Message----- From: Martin Sebor [mailto:sebor@roguewave.com]=20 Sent: Wednesday, April 26, 2006 05:21 To: stdcxx-dev@incubator.apache.org Subject: exercising string's use of traits I noticed that requirements such as the Note in 21.3.5.1, p3 -- Uses traits::length() are not being exercised. Anton, when you have a moment could you please review the tests and add assertions verifying these requirements when UserTraits is being used? (Use the UserTraits::n_calls member.) Thanks Martin