Message-ID: <000801c078fa$8d075900$64ed883e@oemcomputer> From: "Stephen Silver" To: Subject: Re: namespace std Date: Sun, 7 Jan 2001 22:38:23 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Reply-To: djgpp-workers AT delorie DOT com I wrote: > #if !defined(__dj_no_hoist_) && !defined(__dj_ENFORCE_ANSI_FREESTANDING) Oops! I've just noticed that I forgot to include defined(__cplusplus) in this condition. Stephen