Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2001 21:33:13 -0700
From:      Dima Dorfman <dima@unixfreak.org>
To:        Jos Backus <josb@cncdsl.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Port-related C++ question 
Message-ID:  <20010429043313.C81EF3E0B@bazooka.unixfreak.org>
In-Reply-To: <20010428211752.E6731@lizzy.bugworks.com>; from josb@cncdsl.com on "Sat, 28 Apr 2001 21:17:52 -0700"

next in thread | previous in thread | raw e-mail | index | archive | help
Jos Backus <josb@cncdsl.com> writes:
>   void  stdin(const Config& config);  <-=== line 99

`stdin' is a global variable which, surprisingly enough, refers to the
standard input stream.  Don't name a function after it and your
problem should go away.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010429043313.C81EF3E0B>