From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31950 invoked by alias); 20 Feb 2002 17:29:50 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 31901 invoked from network); 20 Feb 2002 17:29:49 -0000 Received: from unknown (HELO taltos.codesourcery.com) (66.92.14.122) by sources.redhat.com with SMTP; 20 Feb 2002 17:29:49 -0000 Received: from zack by taltos.codesourcery.com with local (Exim 3.34 #1 (Debian)) id 16daYo-0003kp-00; Wed, 20 Feb 2002 09:29:42 -0800 Date: Wed, 20 Feb 2002 09:34:00 -0000 To: Alex Marais Cc: gcc@gcc.gnu.org Subject: Re: GNU C++ compiler... Message-ID: <20020220172942.GA13131@codesourcery.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.27i From: Zack Weinberg X-SW-Source: 2002-02/txt/msg01136.txt.bz2 On Wed, Feb 20, 2002 at 05:31:36PM +0200, Alex Marais wrote: > Hi, > > I am currently using the GNU Toolkit Version 2.7.2. (with Tornado II VxWorks). > > Does the latest GNU (Tornado II VxWorks) C++ compiler support namespaces? Questions about the compiler bundled with VxWorks should be directed to Wind River's technical support division. GNU C++ version 3.0 and later has complete support for namespaces, and the standard C++ library has been moved into namespace std. I do not know whether it is possible to use GCC 3.x as distributed by the FSF with VxWorks; some configuration information does exist, but it may be out of date. zw