Re: namespace problems

2003-07-10 Thread Elfyn McBratney
On Wed, 9 Jul 2003, 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_heade

Re: [Openslp-devel] namespace problems

2003-07-09 Thread Martin Gainty
quot;Malte Starostik" <[EMAIL PROTECTED]> To: "Martin Gainty" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 09, 2003 5:35 PM Subject: Re: [Openslp-devel] namespace problems -- Unsubscribe info: http://cygwin.com/m

Re: [Openslp-devel] namespace problems

2003-07-09 Thread Malte Starostik
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

namespace problems

2003-07-09 Thread Martin Gainty
// /** @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 unt