Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Originating-IP: [65.96.48.135] X-Originating-Email: [mgainty AT hotmail DOT com] From: "Martin Gainty" To: Cc: Subject: namespace problems Date: Wed, 9 Jul 2003 16:43:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 09 Jul 2003 20:43:27.0015 (UTC) FILETIME=[BF7D0B70:01C3465A] // /** @file stringfwd.h * This is an internal header file, included by other library headers. * You should not attempt to use it directly. */ #ifndef _CPP_BITS_STRINGFWD_H #define _CPP_BITS_STRINGFWD_H 1 #pragma GCC system_header #include namespace std { //other stuff commented out until namespace is fixed } causes error C2282: 'namespace' is followed by 'std' (missing ','?) What is causing this? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/