Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Authentication-Warning: ecserv7.uwaterloo.ca: www set sender to y2bismil@engmail.uwaterloo.ca using -f
Message-ID: <1067616628.3fa2897461121@www.nexusmail.uwaterloo.ca>
Date: Fri, 31 Oct 2003 11:10:28 -0500
From: y2bismil@engmail.uwaterloo.ca
To: cygwin@cygwin.com
Subject: Re: gcc and iostream
References: <1067549281.3fa18261b9137@www.nexusmail.uwaterloo.ca> <133687559107.20031031100848@familiehaase.de>
In-Reply-To: <133687559107.20031031100848@familiehaase.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 3.1 / FreeBSD-4.6.2
X-Originating-IP: 207.245.22.25

Hi all,

Okay, I've replaced the using namespace std with std:: for each call to
cout/cin.  The error I got was interesting.  It seems cout is not declared in
namepace std.

error: `cout' undeclared in namespace `std'

Obviously something is up.  If anyone can think of anything, let me know.  The
only lead I'm tracing now is if the Tornado headers are somehow being pulled in.

Thanks all,

Yamin



----------------------------------------
This mail sent through www.mywaterloo.ca

--
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/

