Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 56561 invoked from network); 24 Jun 2008 19:53:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 19:53:11 -0000 Received: (qmail 83903 invoked by uid 500); 24 Jun 2008 19:53:12 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 83893 invoked by uid 500); 24 Jun 2008 19:53:12 -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 83882 invoked by uid 99); 24 Jun 2008 19:53:12 -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 12:53:12 -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 19:52:23 +0000 Received: from nebula.bco.roguewave.com ([10.70.3.27]) by moroha.roguewave.com (8.13.6/8.13.6) with ESMTP id m5OJoe9Z004491 for ; Tue, 24 Jun 2008 19:50:41 GMT Message-ID: <48615011.2000300@roguewave.com> Date: Tue, 24 Jun 2008 13:50:41 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: svn commit: r668347 - /stdcxx/branches/4.3.x/tests/utilities/20.meta.rel.cpp References: <20080616233522.4BA3E23889F3@eris.apache.org> In-Reply-To: <20080616233522.4BA3E23889F3@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org vitek@apache.org wrote: > Author: vitek > Date: Mon Jun 16 16:35:21 2008 > New Revision: 668347 > > URL: http://svn.apache.org/viewvc?rev=668347&view=rev > Log: > 2008-06-16 Travis Vitek > [...] > @@ -346,7 +332,7 @@ > TEST (std::is_convertible, int (), int (&)(char), false); > > 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? Martin