Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 51375 invoked from network); 13 Jun 2008 08:34:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jun 2008 08:34:13 -0000 Received: (qmail 87565 invoked by uid 500); 13 Jun 2008 08:34:15 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 87547 invoked by uid 500); 13 Jun 2008 08:34:15 -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 87536 invoked by uid 99); 13 Jun 2008 08:34:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2008 01:34:15 -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: domain of msebor@gmail.com designates 72.14.220.158 as permitted sender) Received: from [72.14.220.158] (HELO fg-out-1718.google.com) (72.14.220.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2008 08:33:25 +0000 Received: by fg-out-1718.google.com with SMTP id 16so2994757fgg.23 for ; Fri, 13 Jun 2008 01:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=X2t7hOIONki6ebtnAcFzebfbVdSmhA7OUG2gLORBmVI=; b=t2hp5962tfVnVfk+hrZKPLkR3SBQFpcsR0by/hLjWWjOgH7+B5IWbzKRWhJ75m9lgu XMc8VeEeQEw4agQvD2uTGmHPc0zwALyeyzrpdFy5c7Qzf1zStc332NE2p70AoE8oUZYO b027pirEFQb9IZyMsdDQUnMpLJdbw733GRreA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding:sender; b=OtjCPOBF06uivyM3wjAWgqx2ctKr0QpxK7eo2SLsKqBdfq2hGE0lIMmVrFalvxb/T3 N7tNUGrs44sTdf/Y+zd7ig33heOrUshCMHXQxSeh2zG+bQuF4RRJg9ikYn1inbCDVywT dEj1SyoJi9QmeyavHW+EY/6CUCcJH/tCGpLGE= Received: by 10.86.80.17 with SMTP id d17mr3573159fgb.24.1213346005315; Fri, 13 Jun 2008 01:33:25 -0700 (PDT) Received: from ?194.254.174.206? ( [194.254.174.206]) by mx.google.com with ESMTPS id 4sm4483857fgg.9.2008.06.13.01.33.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 13 Jun 2008 01:33:24 -0700 (PDT) Message-ID: <485230D3.8000000@roguewave.com> Date: Fri, 13 Jun 2008 01:33:23 -0700 From: Martin Sebor User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: Re: svn commit: r667396 - in /stdcxx/branches/4.3.x: include/ include/rw/ tests/utilities/ References: <20080613073430.870742388A4C@eris.apache.org> In-Reply-To: <20080613073430.870742388A4C@eris.apache.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: Martin Sebor X-Virus-Checked: Checked by ClamAV on apache.org vitek@apache.org wrote: > Author: vitek > Date: Fri Jun 13 00:34:29 2008 > New Revision: 667396 > > URL: http://svn.apache.org/viewvc?rev=667396&view=rev > Log: > 2008-06-13 Travis Vitek > > =====|=========|=========|=========|=========|=========|=========| What's up with the ruler up here? ;-) > * include/type_traits: integral_constant no longer inherits from > __rw_integral_constant. > * include/rw/_config-gcc.h: Disable __is_convertible on gcc as it > doesn't seem to exist. > * include/rw/_meta_cat.h: Expose helper macros. > * include/rw/_meta_rel.h: Ditto. Enable is_convertible fallback. > * include/_rw/_meta_prop.h: Use explicit specialization to identify > signed and unsigned types to avoid warnings on gnu. Use fallback > for __rw_is_standard_layout. Use _RWSTD_SIZE_T instead of size_t. > * tests/utilities/20.meta.unary.prop.cpp: Use _RWSTD_SIZE_T instead > of size_t. Add a few tests, fix several others. > (test_make_unsigned): Fix search-n-replace error.