From -4623285626762467418
X-Google-Language: ENGLISH,ASCII-7-bit
X-Google-Thread: f78e5,f86cdbd4280bf4a1
X-Google-Attributes: gidf78e5,public
X-Google-ArrivalTime: 1994-11-04 03:16:07 PST
Newsgroups: comp.std.c++
Path: bga.com!news.sprintlink.net!howland.reston.ans.net!EU.net!uunet!news.cygnus.com!news!jason
From: jason@cygnus.com (Jason Merrill)
Subject: Re: Bytes and Characters
In-Reply-To: tohoyn@janus.otol.fi's message of 3 Nov 1994 08:34:05 GMT
Content-Type: text/plain; charset=US-ASCII
Message-ID: <JASON.94Nov3040048@phydeaux.cygnus.com>
Sender: news@cygnus.com
Nntp-Posting-Host: phydeaux.cygnus.com
Organization: Cygnus Support, Mountain View, CA
References: <JASON.94Oct17172312@phydeaux.cygnus.com>
	<KANZE.94Oct26220005@slsvhdt.us-es.sel.de> <39a79t$87h@tethys.otol.fi>
Mime-Version: 1.0
Date: Thu, 3 Nov 1994 12:00:48 GMT
Lines: 9

>>>>> Tommi H|yn{l{nmaa <tohoyn@janus.otol.fi> writes:

> What about
> #define nil ((void*)0)

There is no standard conversion from (void*)0 to any other pointer type
unless you are using GNU C++.

Jason


