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 From: Malte Starostik To: "Martin Gainty" , Subject: Re: [Openslp-devel] namespace problems Date: Wed, 9 Jul 2003 23:35:14 +0200 User-Agent: KMail/1.5.9 Cc: References: In-Reply-To: X-Security-Warning: All Your Base Are Belong To Us! MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_WqID/5/dIdJ1BmB"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200307092335.19007.malte.starostik@t-online.de> --Boundary-02=_WqID/5/dIdJ1BmB Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 09 July 2003 22:43, Martin Gainty wrote: > // > > /** @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? "error CXXXX" looks like the MS compiler to me? Are you trying to compile a= =20 GNU libstdc++ header with MSVC? Looks like you're trying to compile C++ sources in C mode. Anyway, what has this got to do with OpenSLP? Regards, =2DMalte --Boundary-02=_WqID/5/dIdJ1BmB Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQA/DIqWVDF3RdLzx4cRAncWAJ9b3t3CqyvRz7obET8rYfUPl0qQlwCgwV5p TdQ38AohD0zOWrvC+2qqRPs= =L6Mw -----END PGP SIGNATURE----- --Boundary-02=_WqID/5/dIdJ1BmB--