| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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" <mgainty AT hotmail DOT com> |
| To: | <openslp-devel AT lists DOT sourceforge DOT net> |
| Cc: | <cygwin AT cygwin DOT com> |
| Subject: | namespace problems |
| Date: | Wed, 9 Jul 2003 16:43:31 -0400 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2800.1106 |
| Message-ID: | <Law10-OE61rdusluCBc00027f42@hotmail.com> |
| 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 <c++config.h>
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |