Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 34178 invoked from network); 8 Dec 2005 19:03:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 19:03:31 -0000 Received: (qmail 57799 invoked by uid 500); 8 Dec 2005 19:03:30 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 57786 invoked by uid 500); 8 Dec 2005 19:03:30 -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 57775 invoked by uid 99); 8 Dec 2005 19:03:30 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 11:03:30 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 3D650E0 for ; Thu, 8 Dec 2005 20:03:09 +0100 (CET) Message-ID: <153145860.1134068589249.JavaMail.jira@ajax.apache.org> Date: Thu, 8 Dec 2005 20:03:09 +0100 (CET) From: "Martin Sebor (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Commented: (STDCXX-86) [MSVC 8.0] compilation error on the use of __value In-Reply-To: <895560570.1134068468492.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/STDCXX-86?page=comments#action_12359756 ] Martin Sebor commented on STDCXX-86: ------------------------------------ The identifier __value is listed among the C++ Keywords as a Microsoft extension: http://msdn2.microsoft.com/en-us/library/2e6a4at9.aspx http://msdn2.microsoft.com/en-us/library/k7kkeb76.aspx > [MSVC 8.0] compilation error on the use of __value > -------------------------------------------------- > > Key: STDCXX-86 > URL: http://issues.apache.org/jira/browse/STDCXX-86 > Project: STDCXX > Type: Bug > Components: Build > Versions: 4.1.2 > Environment: MSVC 8.0 > Reporter: Martin Sebor > Assignee: Martin Sebor > Priority: Critical > Fix For: 4.1.3 > > The library fails to compile with MSVC 8.0 with the following errors: > cl -D_RWCONFIG=12d -I.\..\..\../include -I.\..\..\../include/ansi -I.\..\..\.. -I.\..\..\.. -I.. -I. -D_RWBUILD_std -nologo -GX -MD -W3 -O2 -GR -c ..\catalog.cpp > cl : Command line warning D9035 : option 'GX' has been deprecated and will be removed in a future release > cl : Command line warning D9036 : use 'EHsc' instead of 'GX' > catalog.cpp > .\..\..\../include\rw/_algobase.h(120) : error C4980: '__value' : use of this keyword requires /clr:oldSyntax command line option > .\..\..\../include\rw/_algobase.h(120) : error C3630: error when processing the token '__value' > .\..\..\../include\rw/_algobase.h(120) : fatal error C1190: managed targeted code requires a '/clr' option > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\cl.EXE"' : return code '0x2' > Stop. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira