Return-Path: Delivered-To: apmail-stdcxx-commits-archive@www.apache.org Received: (qmail 68668 invoked from network); 12 Jun 2008 18:01:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Jun 2008 18:01:22 -0000 Received: (qmail 30525 invoked by uid 500); 12 Jun 2008 18:01:24 -0000 Delivered-To: apmail-stdcxx-commits-archive@stdcxx.apache.org Received: (qmail 30504 invoked by uid 500); 12 Jun 2008 18:01:24 -0000 Mailing-List: contact commits-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 commits@stdcxx.apache.org Received: (qmail 30494 invoked by uid 99); 12 Jun 2008 18:01:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 11:01:24 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jun 2008 18:00:43 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 86740D2EC for ; Thu, 12 Jun 2008 18:01:01 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@stdcxx.apache.org Date: Thu, 12 Jun 2008 18:01:01 -0000 Message-ID: <20080612180101.12487.72456@eos.apache.org> Subject: [Stdcxx Wiki] Update of "CompilerRequirements" by EricLemings X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification. The following page has been changed by EricLemings: http://wiki.apache.org/stdcxx/CompilerRequirements The comment on the change is: EDG-based C++ compilers still consider `long long' type an extension. ------------------------------------------------------------------------------ The list below contains a proposed set of compiler requirements for future releases of the Apache C++ Standard Library. These requirements are features that were not ubiquitous across compilers in the past as they are in modern compilers. As such, the corresponding configuration checks for such features can be ignored and feature support can be safely assumed when writing new code. * Intrinsic {{{long double}}} type ({{{_RWSTD_NO_LONG_DOUBLE}}}) - * Intrinsic {{{long long}}} type ({{{_RWSTD_NO_LONG_LONG}}}) * Intrinsic {{{bool}}} type and {{{true}}}, {{{false}}} keywords ({{{_RWSTD_NO_BOOL}}}) * Namespace lookup ({{{_RWSTD_NO_NAMESPACE}}})