Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 68381 invoked from network); 24 Jun 2008 20:13:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 20:13:52 -0000 Received: (qmail 14690 invoked by uid 500); 24 Jun 2008 20:13:53 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 14679 invoked by uid 500); 24 Jun 2008 20:13:53 -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 14668 invoked by uid 99); 24 Jun 2008 20:13:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 13:13:53 -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; Tue, 24 Jun 2008 20:13:03 +0000 Received: from exchmail01.Blue.Roguewave.Com (exchmail01.blue.roguewave.com [10.22.129.22]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m5OKDLEi005238 for ; Tue, 24 Jun 2008 20:13:21 GMT 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: svn commit: r668347 - /stdcxx/branches/4.3.x/tests/utilities/20.meta.rel.cpp Date: Tue, 24 Jun 2008 14:12:49 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: svn commit: r668347 - /stdcxx/branches/4.3.x/tests/utilities/20.meta.rel.cpp Thread-Index: AcjWM/mZwrxoD+KjTveTzbLSDfzy2QAApd+g References: <20080616233522.4BA3E23889F3@eris.apache.org> <48615011.2000300@roguewave.com> From: "Travis Vitek" To: X-Virus-Checked: Checked by ClamAV on apache.org =20 Martin Sebor wrote: > >vitek@apache.org wrote: >> Author: vitek >> Date: Mon Jun 16 16:35:21 2008 >> New Revision: 668347 >>=20 >> URL: http://svn.apache.org/viewvc?rev=3D668347&view=3Drev >> Log: >> 2008-06-16 Travis Vitek >>=20 >[...] >> @@ -346,7 +332,7 @@ >> TEST (std::is_convertible, int (), int (&)(char), false); >> =20 >> TEST (std::is_convertible, int*, void*, true); >> - TEST (std::is_convertible, int (*)(), void*, true); >> + TEST (std::is_convertible, int (*)(), void*, false); > >Should the convertibility of functions with different language >linkages, and that of member function pointers, be exercised >as well? Absolutely. Will enhance test. > >Martin > >