Subject: Re: pkg/15952: www/galeon-1.2.0 does not build with mozilla-0.9.9
To: Matthias Buelow <mkb@reiher.informatik.uni-wuerzburg.de>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 03/20/2002 01:02:21
> >This is not true for any C++ code.
> 
> What makes you think that?

I was thinking of argument propagation rules and assignement implicit 
conversions (when function pointers and pointers to member functions
are involved) where NULL would have slightly less strict rules (which is
why g++ implements it as __null) - but I can't find an example where "0"
does not work right now.

So maybe I'm wrong.

Martin