From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5105 invoked by alias); 14 Jan 2003 23:26:10 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 4988 invoked from network); 14 Jan 2003 23:26:05 -0000 Received: from unknown (HELO mta9.srv.hcvlny.cv.net) (167.206.5.133) by 209.249.29.67 with SMTP; 14 Jan 2003 23:26:05 -0000 Received: from asv13.srv.hcvlny.cv.net (asv13.srv.hcvlny.cv.net [167.206.5.147]) by mta9.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 HotFix 1.05 (built Nov 6 2002)) with ESMTP id <0H8Q00FMU8ZTWA@mta9.srv.hcvlny.cv.net> for gcc-help@gcc.gnu.org; Tue, 14 Jan 2003 18:23:54 -0500 (EST) Received: from optonline.net (ool-18bdd388.dyn.optonline.net [24.189.211.136]) by asv13.srv.hcvlny.cv.net (8.12.6/8.11.6) with ESMTP id h0ENO2kV029463 for ; Tue, 14 Jan 2003 18:24:03 -0500 (EST) Date: Tue, 14 Jan 2003 23:26:00 -0000 From: Frank Subject: Issue with STL, queues and Stacks To: GNU GCC help list Message-id: <3E249C14.73143D5@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT X-Accept-Language: en X-SW-Source: 2003-01/txt/msg00112.txt.bz2 I was wondering if I had to do something special to get the STL with queues and stacks to work? I have a program working jut fine under Solaris compiled with Sun Workshop compiler, but will not compile with g++. Line it's complaining about is : queue *ptr; or std::stack *ptr; I have using namespace std: int he the .h and it still compains with or with out the std:: I have gcc 2.95.3 Thanks, Frank